diff options
author | diegoemy76 <54777228+diegoemy76@users.noreply.github.com> | 2024-03-24 12:27:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 12:27:01 +0100 |
commit | 17d5727627d447a9648f57367c43636dd1fb5db5 (patch) | |
tree | e748d6e75136ac0736da0f3346316ca5b5112062 /_ont | |
parent | Add DKT to GPON Vendor IDs (#333) (diff) | |
download | hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.gz hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.bz2 hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.lz hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.xz hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.tar.zst hack-gpon.github.io-17d5727627d447a9648f57367c43636dd1fb5db5.zip |
Diffstat (limited to '_ont')
-rw-r--r-- | _ont/ont-zte-f6005.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 |