Update to layer 89

This breaks edit_2fa
This commit is contained in:
Lonami Exo
2018-12-18 16:37:07 +01:00
parent 09f994c105
commit 7100b75598
5 changed files with 271 additions and 154 deletions

View File

@@ -454,6 +454,8 @@ class AuthMethods(MessageParseMethods, UserMethods):
Returns:
``True`` if successful, ``False`` otherwise.
"""
raise NotImplemented
if new_password is None and current_password is None:
return False