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

From Joomla! Documentation

m (more enhancements)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{version|3.2}}
 
{{version|3.2}}
{{inuse}}
+
{{warning
 +
|text=This is recommended if you are:
 +
*Developing a site on a server with a php version = or > 5.3.7 and you 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.|title=Why turn off Strong Passwords?}}
 +
 
 
With the release of Joomla! 3.2, the CMS introduced a new feature called, '''[[jtracker:31561|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.  
 
With the release of Joomla! 3.2, the CMS introduced a new feature called, '''[[jtracker:31561|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.
+
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.
 
 
{{warning
 
|text=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.|title=Turning off Strong Passwords}}
 
  
 
== Disabling 'Strong Passwords' ==
 
== Disabling 'Strong Passwords' ==
  
# Log in to the Administrator.
+
;# 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.{{-}}[[File:J3x-toolbar-SaveClose.png]]
  
Your site will now no longer use enhanced passwords.
+
Your website will now no longer use the '''Strong Passwords''' feature to hash and store passwords.
  
 
[[Category:Version 3.2.0 FAQ]]
 
[[Category:Version 3.2.0 FAQ]]
 +
[[Category:Joomla! 3.2]]

Revision as of 12:16, 12 December 2013

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 = or > 5.3.7 and you 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.


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.

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.
    J3x-toolbar-SaveClose.png

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