How to disable the Strong Passwords feature

From Joomla! Documentation

Revision as of 00:41, 13 December 2022 by Cmb (talk | contribs) (Several markup and capitalization changes.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Stop hand nuvola.svg.png
Why turn off Strong Passwords?

This is recommended if you are:

  • Developing a site on a server with a PHP version 5.3.7 and later and you plan to move it to a production server with a earlier PHP version.
  • Moving a website from a server with PHP version 5.3.7 and later to a server with a earlier PHP version.
  • Downgrading your server's PHP version below 5.3.7.


With the release of Joomla! 3.2, the CMS introduced a new feature called Strong Passwords. The intent was to enhance the encryption of password hashing and storage through the use of bcrypt, thus increasing the security of Joomla! 3.2 user accounts. Bcrypt was not available in the early releases of PHP 5.3, and with the first releases, a bug in the algorithm surfaced. This prompted a change in the later PHP versions to fix it.

The Joomla 3 series required a minimum PHP version of 5.3 that unfortunately includes PHP versions without bcrypt and the buggy first release of bcrypt. The Strong Passwords feature has built-in compatibility to determine if bcrypt is available based on a PHP version check of the Joomla installation's server. The version check is used to determine exactly what the Strong Passwords feature would enable, bcrypt or the next best available password hashing encryption available. Unfortunately, this can lead to access issues under certain circumstances.

Disabling Strong Passwords[edit]

  1. Log in to the website Administrator view. (e.g. http://www.example.com/administrator/)
  2. In the top menu, select Extensions  Plugin Manager.
    J3x-extension-plugin-manager.png
  3. In the - Select Type - filter in the left column, choose user.
    J3x-plugin-manager-select-type.png
  4. In the list of user plugins, select the User - Joomla plugin.
    J3x-plugin-manager-select-user.png
  5. Change the Strong Passwords setting to No.
    J3x-plugin-manager-user-strong-passwords-on.png
    J3x-plugin-manager-user-strong-passwords-off.png
  6. Click Save and Close.
    J3x-toolbar-SaveClose.png

Your website will no longer use the Strong Passwords feature to hash and store passwords.