Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
d0512a03
Commit
d0512a03
authored
Apr 20, 2020
by
Enrico Zini
Browse files
Don't display login info while impersonating. refs:
#2
parent
d8a877d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
signon/templates/signon/login.html
View file @
d0512a03
...
...
@@ -6,6 +6,7 @@
<h1>
nm.debian.org login
</h1>
{% if not impersonator %}
{% if not providers_active and not providers_inactive %}
<p
class=
"lead"
>
{% blocktrans %}
...
...
@@ -81,6 +82,9 @@
</ul>
{% endif %}
{% endif %}
{% else %}
<p
class=
"lead"
>
{% trans "Current login information not displayed while impersonating." %}
</p>
{% endif %}
{% if identities %}
<h2>
{% trans "Identity audit logs" %}
</h2>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment