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
52789a1f
Commit
52789a1f
authored
Sep 03, 2021
by
HEVELINE Thomas
Browse files
Merge branch 'master' into feat/44-delivery-improvement
parents
6460e901
8b33a983
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
52789a1f
...
...
@@ -113,6 +113,7 @@ dependencies_vuln:
needs
:
-
job
:
install_venv
artifacts
:
false
allow_failure
:
true
deploy_beta
:
tags
:
...
...
accounts/backends.py
View file @
52789a1f
...
...
@@ -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 @
52789a1f
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