mirror of https://github.com/portainer/portainer
feat(password) EE-2690 update the text of force password change hint (#6780)
Co-authored-by: Simon Meng <simon.meng@portainer.io>pull/6782/head
parent
e217ac7121
commit
e20c34e12a
|
@ -25,8 +25,8 @@ export function ForcePasswordUpdateHint() {
|
|||
</p>
|
||||
|
||||
<p className="text-muted">
|
||||
To ensure the security of your account, please update your password to a
|
||||
stronger password using a combination of at least 3 of the following:
|
||||
The password must be at least {MinPasswordLen} characters long,
|
||||
including a combination of one character of three of the below:
|
||||
</p>
|
||||
|
||||
<PasswordCombination />
|
||||
|
|
Loading…
Reference in New Issue