mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +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 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…
Add table
Add a link
Reference in a new issue