Password field not displaying actual length (v2025)

v2025
basic password field in user profile record

  • validate >= 10 characters

display 8 dots, does not display the actual password as well:

which is incorrect, password IS 10 characters.

if you re-enter the password it then shows the password attributes correct

Notet that it is only a mask determined by the language phrase "PasswordMask", it does not reveal the actual length.

exactly, thats not the issue, the field/form is not returning the users actual password stored in the table, its showing the 8 "dots"/placeholder which is irrelevant... hence 8 irrelevant characters,
it should be showing the password not the dots when you click the reveal icon. its not even revealing the password correctly, this should be behaving like the loging password field, which it is not

Plain text will not be shown anymore, and passwords should be hashed. In fact, since v2926, passwords must be hashed, and nobody knows the original plain text password and its length.