?
Success
-
Success
The Travis CI build passed
Details
User tests:
Successful:
Unsuccessful:
This is a fix for issue #6380.
The problem
A password reset on front-end ignore the password criteria giving in the User manager configuration
How to test this patch
- Go to User Manager --> options and set:
- minimum password length: 8
- Password Minimum Integers: 1
- Password Minimum Symbols: 1
- Password Upper Case Minimum: 1
- Go to fron-end and reset your password. Give a password what doesn't contain any of the criteria
- Notice the password reset was successfully
- Apply this patch and reset your password again
- Notice the password criteria are no longer ignored
n9iels
-
open
-
10 Mar 2015
joomla-cms-bot
-
change
-
10 Mar 2015
zero-24
-
change
-
10 Mar 2015
Title |
… |
fix for issue #6380 |
password requirements are ignored when password reset(fix for #6380) |
|
Rel_Number |
|
⇒ |
6380 |
Relation Type |
|
⇒ |
Pull Request for |
Easy |
No |
⇒ |
Yes |
zero-24
-
change
-
10 Mar 2015
Category |
|
⇒ |
Authentication
|
zero-24
-
change
-
11 Mar 2015
Status |
Pending |
⇒ |
Ready to Commit |
brianteeman
-
change
-
12 Mar 2015
zero-24
-
close
-
13 Mar 2015
phproberto
-
change
-
13 Mar 2015
Status |
Ready to Commit |
⇒ |
Closed |
Closed_Date |
0000-00-00 00:00:00 |
⇒ |
2015-03-13 09:27:10 |
phproberto
-
close
-
13 Mar 2015
phproberto
-
close
-
13 Mar 2015
zero-24
-
change
-
14 Oct 2015
Add a Comment
Login with GitHub to post a comment
@test: Success.
Before patch, I can enter any password to reset
After patch, I can only reset the password if the entered password match the requirement settings in the component.
Nice find !