Skip to content

Commit

Permalink
suggest strong password
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardala committed Nov 7, 2023
1 parent 48342ad commit 6455c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum ERROR {
EMPTY_FIELD = 'Empty Field',
INVALID_USERNAME = 'Invalid username, must be only letters',
INVALID_EMAIL = 'Invalid email',
WEAK_PASSWORD = 'Weak password',
WEAK_PASSWORD = 'Weak password, use 8+ chars with 1+ each of: A-Z, a-z, 0-9, symbols.',
DUPLICATE_USERNAME = 'Username already exists',
DUPLICATE_EMAIL = 'Email already exists',
INVALID_LOGIN = 'Invalid login',
Expand Down

0 comments on commit 6455c8b

Please sign in to comment.