Difference between revisions of "How to disable the Strong Passwords feature"

From Joomla! Documentation

m (inuse to underconstruction)
m (updates)
Line 13: Line 13:
 
== Disabling 'Strong Passwords' ==
 
== Disabling 'Strong Passwords' ==
  
# Log in to the website Administrator view. (e.g. <code><nowiki>http://www.example.com/administrator/</nowiki></code>)
+
# Log in to the website Administrator view. (e.g. <code><nowiki>http://www.example.com/administrator/</nowiki></code>
# In the top menu, select {{rarr|Extensions,Plugin Manager}}.
+
# In the top menu, select {{rarr|Extensions,Plugin Manager}}.{{-}}[[File:J3x-extension-plugin-manager.png]]
# In the "- Select Type -" filter in the left-hand column, choose "user".
+
# In the "- Select Type -" filter in the left-hand column, choose "user".{{-}}[[File:J3x-plugin-manager-select-type.png]]
# In the list of user plugins click on the plugin called "User - Joomla".
+
# In the list of user plugins click on the plugin called "User - Joomla".{{-}}[[File:J3x-plugin-manager-select-user.png]]
# Change the "Strong Passwords" setting to "No".
+
# Change the "Strong Passwords" setting to "No".{{-}}[[File:J3x-plugin-manager-user-strong-passwords-on.png]]{{-}}[[File:J3x-plugin-manager-user-strong-passwords-off.png]]
 
# Click the "Save and Close" toolbar button.
 
# Click the "Save and Close" toolbar button.
  

Revision as of 15:30, 9 December 2013

Documentation all together tranparent small.png
Under Construction

This article or section is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template.
This article was last edited by Tom Hutchison (talk| contribs) 10 years ago. (Purge)

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+ which 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 was 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.

Stop hand nuvola.svg.png
Turn off Strong Passwords

This is recommended if you are:

  • Developing a site on a php version > or = 5.3.7 and plan to move it to a production server with a lower php version.
  • Moving a website from a server with php version > or = 5.3.7 to a server with a lower php version.
  • Downgrading your server's php version below 5.3.7.


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-hand column, choose "user".
    J3x-plugin-manager-select-type.png
  4. In the list of user plugins click on the plugin called "User - Joomla".
    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 the "Save and Close" toolbar button.

Your site will now no longer use enhanced passwords.