|
@@ -53,6 +53,7 @@ class UserApi(object):
|
53
|
53
|
if self._user and user.user_id==self._user.user_id:
|
54
|
54
|
# this is required for the session to keep on being up-to-date
|
55
|
55
|
tg.request.identity['repoze.who.userid'] = email
|
|
56
|
+ tg.auth_force_login(email)
|
56
|
57
|
|
57
|
58
|
def user_with_email_exists(self, email: str):
|
58
|
59
|
try:
|