Show More
@@ -1245,7 +1245,7 b' class AuthUser(object):' | |||
|
1245 | 1245 | def get_cookie_store(self): |
|
1246 | 1246 | return { |
|
1247 | 1247 | 'username': self.username, |
|
1248 | 'password': md5(self.password), | |
|
1248 | 'password': md5(self.password or ''), | |
|
1249 | 1249 | 'user_id': self.user_id, |
|
1250 | 1250 | 'is_authenticated': self.is_authenticated |
|
1251 | 1251 | } |
General Comments 0
You need to be logged in to leave comments.
Login now