Changeset - afe7599f1d8b
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2020-03-04 13:43:08
mads@kiilerich.com
auth: fix bad comment reference to fill_data
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/auth.py
Show inline comments
 
@@ -404,9 +404,8 @@ class AuthUser(object):
 
    def __init__(self, user_id=None, dbuser=None, is_external_auth=False):
 
        self.is_external_auth = is_external_auth # container auth - don't show logout option
 

	
 
        # These attributes will be overridden by fill_data, below, unless the
 
        # requested user cannot be found and the default anonymous user is
 
        # not enabled.
 
        # These attributes will be overridden below if the requested user is
 
        # found or anonymous access (using the default user) is enabled.
 
        self.user_id = None
 
        self.username = None
 
        self.api_key = None
0 comments (0 inline, 0 general)