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
fcafe0af6449
Commit
81e9bb6f
authored
Mar 06, 2015
by
Rémi Cardona
Browse files
[views] Use correct spelling for WebAuthInfoRetriever
parent
f0f60c4fcd29
Changes
2
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
fcafe0af
...
...
@@ -57,6 +57,6 @@ for dname in ('entities', 'views', 'sobjects', 'hooks', 'schema', 'data', 'wdoc'
# Note: here, you'll need to add subdirectories if you want
# them to be included in the debian package
__depends__
=
{
'cubicweb'
:
'>= 3.1
5
.0'
}
__depends__
=
{
'cubicweb'
:
'>= 3.1
7
.0'
}
__recommends__
=
{}
views.py
View file @
fcafe0af
...
...
@@ -34,7 +34,7 @@ from cubes.trustedauth.cryptutils import build_cypher
# web authentication info retreiver ############################################
class
XRemoteUserRetriever
(
authentication
.
WebAuthInfoRetr
e
iver
):
class
XRemoteUserRetriever
(
authentication
.
WebAuthInfoRetri
e
ver
):
""" authenticate by the x-remote-user http header """
__regid__
=
'x-remote-user'
order
=
0
...
...
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