Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pole-Web
Website
Commits
a4a968a2
Commit
a4a968a2
authored
Aug 31, 2021
by
VAN ZUIJLEN Nils
Browse files
Merge branch '55-cas-output-changed' into 'master'
Resolve "Job Failed #6224, CAS output changed" Closes
#55
See merge request
!61
parents
c20be33a
eca4f5a8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
accounts/backends.py
View file @
a4a968a2
...
...
@@ -54,7 +54,7 @@ class CASAuth(BaseAuth):
container
=
label
.
findNextSibling
()
if
container
is
None
:
return
None
value
=
container
.
getText
()
[
1
:
-
1
]
value
=
container
.
getText
()
.
strip
(
"[]
\n\t
"
)
return
value
or
None
def
_get_names
(
self
,
soup
)
->
Tuple
[
str
,
str
]:
...
...
accounts/test_fixtures/cas_logged_in.html
View file @
a4a968a2
This diff is collapsed.
Click to expand it.
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