mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-18 21:09:42 -05:00
feat: RBAC + SAML support
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{% load account %}
|
||||
{% load i18n %}
|
||||
{% user_display user as name %}
|
||||
{% user_display user as display_name %}
|
||||
{% with name=user.name|default:user.email|default:display_name %}
|
||||
{% blocktrans %}Successfully signed in as {{name}}.{% endblocktrans %}
|
||||
{% endwith %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user