Skip to content

Commit 897ab33

Browse files
committed
replaces request.authenticated_userid
1 parent 622c64b commit 897ab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def profile(request, authority=None):
4444

4545
return dict(
4646
{
47-
"userid": request.authenticated_userid,
47+
"userid": userid,
4848
"authority": authority,
4949
"groups": _current_groups(request, authority),
5050
"features": request.feature.all(),

0 commit comments

Comments
 (0)