No Code Attached Yet
avatar akfaisel
akfaisel
23 Nov 2023

Steps to reproduce the issue

  1. Go to Joomla 4 or 5 Registration page - https://docs.joombri.in/login?view=registration
  2. Enter the password Qwerty@12

Expected result

Password meter is supposed to say Password accepted

Actual result

But getting Password doesn't meet site's requirements.

System information (as much as possible)

This happens with both Joomla 4 and 5.

Additional comments

In media\system\js\fields\passwordstrength.js, the score is calculated at

score += this.constructor.calc(value, /[$!#?=;:*\-_€%&()`´]/g, this.special, mods);

The above line is supposed to include @ symbol

score += this.constructor.calc(value, /[@$!#?=;:*\-_€%&()`´]/g, this.special, mods);

End users (who use @ for their passwords) are confusing as why the password is not accepted.

avatar akfaisel akfaisel - open - 23 Nov 2023
avatar akfaisel akfaisel - change - 23 Nov 2023
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 23 Nov 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 23 Nov 2023
avatar richard67
richard67 - comment - 23 Nov 2023

And without the ‘@‘ it is accepted? I would assume it is not because it simply is too short, regardless of the ‘@‘ .

avatar alikon alikon - change - 23 Nov 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-11-23 18:08:24
Closed_By alikon
avatar alikon alikon - close - 23 Nov 2023
avatar alikon
alikon - comment - 23 Nov 2023

closing as there is a pr #42395

Add a Comment

Login with GitHub to post a comment