Skip to content

Commit

Permalink
fix: align password help text with validation logic (#1131) (#1248)
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik de Graaf <HendrikThePendric@users.noreply.github.com>
  • Loading branch information
tomzemp and HendrikThePendric authored Aug 14, 2023
1 parent de21595 commit 5b0c6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserForm/SecuritySection.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SecuritySection = React.memo(
: i18n.t('Password')
}
helpText={i18n.t(
'Minimum 8 characters, one uppercase and lowercase letter and one number'
'Password should be at least 8 characters long, with at least one lowercase character, one uppercase character and one special character.'
)}
initialValue=""
autoComplete="new-password"
Expand Down

0 comments on commit 5b0c6f1

Please sign in to comment.