Update docs, remove password strong regex, hide tasks (#755)
* Update docs, remove password strong regex, hide tasks * Update docs
This commit is contained in:
@ -1 +1 @@
|
||||
export const PASSWORD_REGEX = /^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}$/;
|
||||
export const PASSWORD_REGEX = /^.{8,}$/;
|
||||
|
||||
Reference in New Issue
Block a user