Rename get_federated_user to get_and_link_federated_user_info
Better to be explicit wherever possible
This commit is contained in:
parent
1a31d98c44
commit
bd22fb255e
4 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@ class DatabaseUsers(object):
|
|||
""" Never used since all users being added are already, by definition, in the database. """
|
||||
return (None, 'Unsupported for this authentication system')
|
||||
|
||||
def get_federated_user(self, user_info):
|
||||
def get_and_link_federated_user_info(self, user_info):
|
||||
""" Never used since all users being added are already, by definition, in the database. """
|
||||
return (None, 'Unsupported for this authentication system')
|
||||
|
||||
|
|
Reference in a new issue