mailbox can be other user's email

This commit is contained in:
Son NK 2020-05-06 12:34:52 +02:00
parent 35b1972730
commit 16de59a9f5
1 changed files with 0 additions and 3 deletions

View File

@ -384,9 +384,6 @@ def mailbox_already_used(email: str, user) -> bool:
if email == user.email:
return False
if User.get_by(email=email):
return True
return False