|
|
@@ -58,7 +58,6 @@ class User(models.Model):
|
|
|
mail_proxy = models.ForeignKey('mail.MailProxy',db_column='mail_proxy',on_delete=models.PROTECT)
|
|
|
sql_remote = models.ForeignKey('mail.SqlRemote',db_column='sql_remote',on_delete=models.PROTECT)
|
|
|
|
|
|
-
|
|
|
warning_mail_quota = models.IntegerField(db_column='warning_mail_quota',default=0)
|
|
|
limit_mail_quota = models.IntegerField(db_column='limit_mail_quota',default=0)
|
|
|
|
|
|
@@ -72,6 +71,8 @@ class User(models.Model):
|
|
|
antivirus = models.BooleanField(db_column='antivirus')
|
|
|
sieve = models.BooleanField(db_column='sieve')
|
|
|
|
|
|
+ forward = models.CharField(db_column='forward',max_length=128,default="",null=True)
|
|
|
+
|
|
|
'''
|
|
|
mail_di_recupero: consente il recupero delle password smarrite dal pannello di login.
|
|
|
viene inviata una mail a questo account.
|