-- HikaShop version -- : 4.6.1
-- Joomla version -- : 4.2.1
-- PHP version -- : 7.4.3
-- Browser(s) name and version -- : Chrome 105.0.5195.102
Hi Guys,
I have a site with the user password requirements of min 8 characters, min numbers 0, min symbols 1, min upper case 1 and min lower case 1.
I tried to create a test user with a password of "all lower case" and received an error saying "COM_USERS_MSG_NOT_ENOUGH_UPPERCASE_LETTERS_N". I then changed the password to "ALL UPPER CASE" and resubmitted the form. This time it accepted the password without a lower case character.
So it seems the registration form is ignoring the lower case character requirement.
Also, is it possible for the registration form to have a label or tool tip saying what the password complexity is?
Thank you
Dave