administrator/index.php?option=com_config&view=component&component=com_users
Minimum Length
parameter to 7
or below, by typing it insave
or:
or:
Value defaults back to 12
Having used the input arrows to decrease the number, I can see that 8
is the mimimum.
I dont mind the default as 12, but it should not be up to Joomla to force a minimum length like this....even for development on a localhost.
Labels |
Added:
?
|
I think that com_config/src/controller/ComponentController.php needs return false; on line 120.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-18 14:33:06 |
Closed_By | ⇒ | HLeithner |
That's expected behavior because 8 chars are the minimum password length. One of the main reasons for this is that even on localhost and especially local development get deployed on live systems.
If you really want a insecure password you have to write a plugin to override the limitation settings.
@HLeithner I don't care if it's expected or not. If you don't allow 7 character passwords, display an inline alert. This is simple UX.
A blind user will have a nightmare trying to fill this form in.
Please re-read the issue. I'm not raising an issue about the actual minimum length required for a password. I'm raising an issue because the page allows you to save a min value that isn't actually allowed, with no warning whatsoever.
Status | Closed | ⇒ | New |
Closed_Date | 2020-10-18 14:33:06 | ⇒ | |
Closed_By | HLeithner | ⇒ |
Ok sorry then the validator should be fixed but I would expect that a screenreader notifies the user about the min and max attributes.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-11-19 22:49:04 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
Related #30282