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
cubicweb
cubes
trustedauth
Commits
58adaa8c4b0c
Commit
d010cad8
authored
Jan 12, 2011
by
Aurelien Campeas
Browse files
[views/retriever] fix signature
parent
17b2a97c328a
Changes
1
Hide whitespace changes
Inline
Side-by-side
views.py
View file @
58adaa8c
...
...
@@ -57,7 +57,7 @@ class XRemoteUserRetriever(authentication.WebAuthInfoRetreiver):
return
False
return
True
def
revalidate_login
(
self
):
def
revalidate_login
(
self
,
req
):
try
:
login
,
realm
=
req
.
get_header
(
'x-remote-user'
,
None
).
split
(
'@'
)
except
Exception
:
...
...
Write
Preview
Markdown
is supported
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