Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fedb89a

Browse files
committed
Remove duplicated error definitions, likely due to merge
1 parent f87bf7e commit fedb89a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

synapse/api/errors.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ class Codes(object):
7777
INVALID_SIGNATURE = "M_INVALID_SIGNATURE"
7878
USER_DEACTIVATED = "M_USER_DEACTIVATED"
7979
BAD_ALIAS = "M_BAD_ALIAS"
80-
PASSWORD_TOO_SHORT = "M_PASSWORD_TOO_SHORT"
81-
PASSWORD_NO_DIGIT = "M_PASSWORD_NO_DIGIT"
82-
PASSWORD_NO_UPPERCASE = "M_PASSWORD_NO_UPPERCASE"
83-
PASSWORD_NO_LOWERCASE = "M_PASSWORD_NO_LOWERCASE"
84-
PASSWORD_NO_SYMBOL = "M_PASSWORD_NO_SYMBOL"
85-
PASSWORD_IN_DICTIONARY = "M_PASSWORD_IN_DICTIONARY"
86-
WEAK_PASSWORD = "M_WEAK_PASSWORD"
8780

8881

8982
class CodeMessageException(RuntimeError):

0 commit comments

Comments
 (0)