Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / account_pending_moderation_notification.txt @ 6e3bb9c8

History | View | Annotate | Download (727 Bytes)

1
The following account has been created:
2

    
3
Email:          {{user.email}}
4
First name:     {{user.first_name}}
5
Last name:      {{user.last_name}}
6
Is active:      {{user.is_active}}
7
Level:          {{user.level}}
8
Invitations:    {{user.invitations}}
9

    
10
{% if user.email_address_log %}
11
WARNING: The account email address seems to have already been used in the past:
12

    
13
user uuid                               from                      until
14
------------------------------------    ------------------------  -----------------------
15
{% for log in user.email_address_log %}{{ log.1 }}    {{ log.2 }}  {{ log.3 }}
16
{% endfor %}
17
{% endif %}
18

    
19
For its activation you can use the command line tool
20

    
21
snf-manage user-modify {{ user.pk }} --accept