Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (860 Bytes)

1
--- A translation in English follows ---
2

    
3
Έχει δημιουργηθεί ο παρακάτω λογαριασμός:
4

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

    
12
Για την ενεργοποίησή του μπορείτε να χρησιμοποιήσετε το command line εργαλείο 
13

    
14
snf-manage user-modify {{ user.pk }} --accept
15
--
16

    
17
The following account has been created:
18

    
19
Email:          {{user.email}}
20
First name:     {{user.first_name}}
21
Last name:      {{user.last_name}}
22
Is active:      {{user.is_active}}
23
Level:          {{user.level}}
24
Invitations:    {{user.invitations}}
25

    
26
For its activation you can use the command line tool
27

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