mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 01:39:39 +02:00
feat(password) EE-2690 update the text of force password change hint (#6780)
Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
e217ac7121
commit
e20c34e12a
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ export function ForcePasswordUpdateHint() {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p className="text-muted">
|
<p className="text-muted">
|
||||||
To ensure the security of your account, please update your password to a
|
The password must be at least {MinPasswordLen} characters long,
|
||||||
stronger password using a combination of at least 3 of the following:
|
including a combination of one character of three of the below:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<PasswordCombination />
|
<PasswordCombination />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue