You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
[0.3.7] - Unreleased
2
+
--------------------
3
+
4
+
Fixed
5
+
^^^^^
6
+
- User impersonation was a ``GET`` request, thus not covered by the CSRF protection. It is now confirmed with a form, and the ``/impersonate/<user>`` endpoint is removed.
{% trans user_name=(edited_user.formatted_name or edited_user.identifier) %}
14
+
Are you sure you want to open a session as {{ user_name }}? Every action you will perform will be attributed to them. Log out to get back to your own session.
15
+
{% endtrans %}
16
+
</p>
17
+
</div>
18
+
<divclass="ui center aligned container">
19
+
<divclass="ui stackable buttons">
20
+
<aclass="ui cancel button" href="{{ request.url }}">{% trans %}Cancel{% endtrans %}</a>
0 commit comments