Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
31acc5c3
Unverified
Commit
31acc5c3
authored
4 years ago
by
Patrick Cloke
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Escape the error description on the sso_error template. (#8405)
parent
fec6f9ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/8405.feature
+1
-0
1 addition, 0 deletions
changelog.d/8405.feature
synapse/res/templates/sso_error.html
+1
-1
1 addition, 1 deletion
synapse/res/templates/sso_error.html
with
2 additions
and
1 deletion
changelog.d/8405.feature
0 → 100644
+
1
−
0
View file @
31acc5c3
Consolidate
the
SSO
error
template
across
all
configuration.
This diff is collapsed.
Click to expand it.
synapse/res/templates/sso_error.html
+
1
−
1
View file @
31acc5c3
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<p>
<p>
There was an error during authentication:
There was an error during authentication:
</p>
</p>
<div
id=
"errormsg"
style=
"margin:20px 80px"
>
{{ error_description }}
</div>
<div
id=
"errormsg"
style=
"margin:20px 80px"
>
{{ error_description
| e
}}
</div>
<p>
<p>
If you are seeing this page after clicking a link sent to you via email, make
If you are seeing this page after clicking a link sent to you via email, make
sure you only click the confirmation link once, and that you open the
sure you only click the confirmation link once, and that you open the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment