Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
Postal Owl
Commits
a7b870a0
Commit
a7b870a0
authored
Sep 28, 2021
by
Martin Mareš
Browse files
Fixed bug in caching of full name in sessions
parent
2e4d6008
Changes
1
Hide whitespace changes
Inline
Side-by-side
owl.py
View file @
a7b870a0
...
...
@@ -1392,7 +1392,7 @@ def session_from_cas(user, attrs):
def
session_from_db
(
row
):
session
[
'uid'
]
=
row
.
uid
session
[
'name'
]
=
full_name
(
row
)
,
session
[
'name'
]
=
full_name
(
row
)
if
row
.
is_admin
:
session
[
'admin'
]
=
1
else
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment