fixed issue 578, thanks Thomas Dallagnese
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-08 15:16:55) dev
|
||||
Version 2.00.0 (2012-08-08 15:17:55) dev
|
||||
|
||||
+1
-1
@@ -1600,7 +1600,7 @@ class Auth(object):
|
||||
self.settings.table_event.insert(description=description % vars,
|
||||
origin=origin, user_id=user_id)
|
||||
|
||||
def get_or_create_user(self, keys, update_fields=[]):
|
||||
def get_or_create_user(self, keys, update_fields=['email']):
|
||||
"""
|
||||
Used for alternate login methods:
|
||||
If the user exists already then password is updated.
|
||||
|
||||
Reference in New Issue
Block a user