mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-28 01:04:46 +00:00
parent
63ceeb2a33
commit
0bc2d92aba
@ -12,4 +12,5 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export const passwordErrorMessage =
|
export const passwordErrorMessage =
|
||||||
'Password must be a minimum of 8 and a maximum of 16 characters long and contain at least one uppercase and one lowercase letter (A, z), and one special character (such as !, %, @, or #)';
|
'Password must be a minimum of 8 and a maximum of 16 characters long and contain at least one uppercase character ' +
|
||||||
|
'(A-Z), one lowercase character (a-z), one number, and one special character (such as !, %, @, or #)';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user