Replies: 1 comment
-
Hi, password check with rules is implemented in Engine (https://github.com/contember/engine/blob/master/packages/engine-tenant-api/src/model/utils/password.ts). There is only one rule - the length of password has to be more than 6 characters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
when resetting password, there is possible error code PASSWORD_TOO_WEAK.
I was looking for actual rules for password strength, so I have to tell the user, but have not found them. Does it mean there are not rules implemented?
(Btw, I does not need to have this validated, just clarify it and possibly cancel the error code.)
Beta Was this translation helpful? Give feedback.
All reactions