mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
* Add email functionality * Add email templates. * Test notifications * Move email to utils
18 lines
654 B
Plaintext
18 lines
654 B
Plaintext
Dear {{ user.username }},
|
|
<br>
|
|
<a href={{ url_for('Superset.profile', username=granter.username, _external=True) }}>
|
|
{{ granter.username }}</a> has granted you the role {{ role.name }}
|
|
that gives access to the
|
|
<a href={{ url_for('Superset.explore', datasource_type=datasource.type, datasource_id=datasource.id, _external=True) }}>
|
|
{{datasource.full_name}}</a>
|
|
<br>
|
|
<br>
|
|
In addition to that role grants you access to the: {{ role.permissions }}.
|
|
<br>
|
|
<br>
|
|
To see all your permissions please visit your
|
|
<a href={{ url_for('Superset.profile', username=user.username, _external=True) }}>
|
|
profile page</a>.
|
|
<br>
|
|
<br>
|
|
Regards, Superset Admin. |