From 17d5727627d447a9648f57367c43636dd1fb5db5 Mon Sep 17 00:00:00 2001 From: diegoemy76 <54777228+diegoemy76@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:27:01 +0100 Subject: F6005: New way of changing the PLOAM password (#334) * Update ont-zte-f6005.md i found a way to change ploam password editing the html code using developer option of the browser * Fix title header * Reword procedure for better clarity * Reword testing section * Move section around * Add image * Rename img --------- Co-authored-by: Giovanni Condello --- _ont/ont-zte-f6005.md | 12 ++++++++++++ assets/img/f6005/f6005_of_change_ploam.png | Bin 0 -> 96300 bytes 2 files changed, 12 insertions(+) create mode 100644 assets/img/f6005/f6005_of_change_ploam.png diff --git a/_ont/ont-zte-f6005.md b/_ont/ont-zte-f6005.md index 1552e80..7e882d8 100644 --- a/_ont/ont-zte-f6005.md +++ b/_ont/ont-zte-f6005.md @@ -158,6 +158,18 @@ This way both slots will have the same firmware version and will avoid any swap After these steps, power-cycle ONT and login via Telnet with `root\admin` credentials. From this moment you can simply spoof your ONT with the usual commands. +## Change PLOAM password from the web UI + +On some software versions, Password and Update Password fields are disabled and hidden even when using the admin account. They sometimes can be re-enabled via the browser's developer console by editing the HTML code and setting: + +- CSS display property to show (from none) +- HTML `disabled=true` attribute to `enabled=true` + +{% include image.html file="f6005/f6005_of_change_ploam.png" alt="F6005 procedure for changing the PLOAM password" caption="F6005 procedure for changing the PLOAM password" %} + +This has been tested on the following firmware versions: +- V6.0.10P2N19 (OpenFiber) + # Known Bugs diff --git a/assets/img/f6005/f6005_of_change_ploam.png b/assets/img/f6005/f6005_of_change_ploam.png new file mode 100644 index 0000000..19dbe2a Binary files /dev/null and b/assets/img/f6005/f6005_of_change_ploam.png differ -- cgit v1.2.3