Tuesday, July 9, 2024
1 change · saas-17.3
Resolved issues and error corrections
Password policy messages now show the correct user-friendly error or hint during portal and signup flows. This helps users understand password requirements, including minimum length, and ensures those messages can be translated properly.
Original PR description
Fixes an issue introduced in c1f277a. The issue was that the translation method wasn't correctly called leading to a formatting error to be raised instead of the correct failure, this is fixed so that the actual error message can be displayed to the user. Ensure that the password_meter correctly displays a hint depending on the password policy in cases the password length is too small. Ensure that translations can be applied for portal and signup `auth_password_policy_*` modules. task-4013509