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
96e460df
Unverified
Commit
96e460df
authored
4 years ago
by
Richard van der Hoff
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
social login: add noopener to terms link (#9300)
parent
eec9ab32
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/9300.feature
+1
-0
1 addition, 0 deletions
changelog.d/9300.feature
synapse/res/templates/sso_new_user_consent.html
+1
-1
1 addition, 1 deletion
synapse/res/templates/sso_new_user_consent.html
with
2 additions
and
1 deletion
changelog.d/9300.feature
0 → 100644
+
1
−
0
View file @
96e460df
Further
improvements
to
the
user
experience
of
registration
vi
a
single sign-on.
This diff is collapsed.
Click to expand it.
synapse/res/templates/sso_new_user_consent.html
+
1
−
1
View file @
96e460df
...
...
@@ -30,7 +30,7 @@
<form
method=
"post"
action=
"{{my_url}}"
id=
"consent_form"
>
<p>
<input
id=
"accepted_version"
type=
"checkbox"
name=
"accepted_version"
value=
"{{ consent_version }}"
required
>
<label
for=
"accepted_version"
>
I have read and agree to the
<a
href=
"{{ terms_url }}"
target=
"_blank"
>
terms and conditions
</a>
.
</label>
<label
for=
"accepted_version"
>
I have read and agree to the
<a
href=
"{{ terms_url }}"
target=
"_blank"
rel=
"noopener"
>
terms and conditions
</a>
.
</label>
</p>
<input
type=
"submit"
class=
"primary-button"
value=
"Continue"
/>
</form>
...
...
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