mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-19 13:26:03 -05:00
feat: RBAC + SAML support
This commit is contained in:
2
templates/socialaccount/messages/account_connected.txt
Normal file
2
templates/socialaccount/messages/account_connected.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}The third-party account has been connected.{% endblocktrans %}
|
||||
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}The third-party account is already connected to a different account.{% endblocktrans %}
|
||||
@@ -0,0 +1 @@
|
||||
{% extends "socialaccount/messages/account_connected.txt" %}
|
||||
@@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}The third-party account has been disconnected.{% endblocktrans %}
|
||||
Reference in New Issue
Block a user