fix reset password
This commit is contained in:
parent
0b9c073900
commit
ca58f9d74c
@ -67,7 +67,6 @@ class UserService:
|
|||||||
return user.user_password == user_password_hash
|
return user.user_password == user_password_hash
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def _check_for_disallowed_char(self, name: str) -> Optional[str]:
|
def _check_for_disallowed_char(self, name: str) -> Optional[str]:
|
||||||
for c in name:
|
for c in name:
|
||||||
if c not in self.ALLOWED_USER_NAME_SYMBOLS:
|
if c not in self.ALLOWED_USER_NAME_SYMBOLS:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user