Skip to content

Commit

Permalink
new name settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 13, 2016
1 parent bc48abb commit 42e7d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appier_extras/parts/admin/models/account.py
Expand Up @@ -364,6 +364,7 @@ def _set_session(self, unset = True):
cls = self.__class__
if unset: cls._unset_session()
self.session["username"] = self.username
self.session["name"] = self.email
self.session["email"] = self.email
self.session["type"] = self.type_s()
self.session["tokens"] = self.tokens()
Expand Down

0 comments on commit 42e7d97

Please sign in to comment.