phpBB Show Hidden Password
Displays a toggle button in the password field that allows you to make the hidden password visible. Important security measures have been built into the behavior of the toggle button to protect the user's password entry.
- The show password button is not available until the user enters text in the password field.
- When the password input field loses focus, the browser removes the password display button.
- The button is not displayed when it is filled by the password manager.
- When the password display button is removed, the user must clear the contents of the password input field to make the password display button appear again.
- phpBB 3.3.0 or higher
Copy the extension to phpBB3/ext/imcger/showhiddenpassword
.
Go to "ACP" > "Customise" > "Manage extensions" and enable the "Show Hidden Password" extension.
- Navigate in the ACP to
Customise -> Manage extensions
. - Click the
Disable
link for "Show Hidden Password". - Delete the
showhiddenpassword
folder fromphpBB3/ext/imcger/
. - Copy the extension to
phpBB3/ext/imcger/showhiddenpassword
. - Go to "ACP" > "Customise" > "Manage extensions" and enable the "Show Hidden Password" extension.
- Validated for CDB
- Fixed don't hide password when leave the field with tab key
- Fixed change style when toggle the password whith space key
- Fixed different length of password input fields
- Added support ACP login password
- Added support for SMTP-Passwort in ACP
- Minore code change
- Changed don't toggle password when editing
- Changed JS code to class
- Added support for password fields at register
- Changed JS code to object
- Added tooltip for the toogle button
- Added ext.php to check system requirements
- Wrong element alignment with different security settings in ACP
- Script abort when "Forgot Password" disabled
- Setting possible for individual styles
- Add important security measures
- Alignment of elements optimized
- Show toggel button in input field
- Hide password reveal button in Edge
- Published
- Navigate in the ACP to
Customise -> Manage extensions
. - Click the
Disable
link for "Show Hidden Password". - To permanently uninstall, click
Delete Data
, then delete theshowhiddenpassword
folder fromphpBB3/ext/imcger/
.