Revert "Don't bother running the query without an address"

This reverts commit dc81979550.
master
Florent Daigniere 2 years ago
parent 7ce7f2096b
commit 08aa32a5df

@ -636,7 +636,7 @@ in clear-text regardless of the presence of the cache.
@classmethod
def get(cls, email):
""" find user object for email address """
'@' in email and return cls.query.get(email)
return cls.query.get(email)
@classmethod
def login(cls, email, password):

Loading…
Cancel
Save