Skip to content
Snippets Groups Projects

Security accounts

Merged Flavio TARSETTI requested to merge security_accounts into master
@@ -69,7 +69,7 @@ class Profile(models.Model):
#New account creation 'N'/'W'
#Godfather acceptance/rejection 'A'/'R'
#Yearly revalidation/blockage 'A'/'B'
#Yearly revalidation/blockage 'Y'/'B'
NEWUSER = 'N'
WAITINGVALIDATION = 'W'
ACCEPTED = 'A'
Loading