mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
Add field to ui for user enabled flag
This commit is contained in:
@@ -72,6 +72,7 @@ class UserForm(flask_wtf.FlaskForm):
|
||||
enable_imap = fields.BooleanField(_('Allow IMAP access'), default=True)
|
||||
enable_pop = fields.BooleanField(_('Allow POP3 access'), default=True)
|
||||
comment = fields.StringField(_('Comment'))
|
||||
enabled = fields.BooleanField(_('Enabled'), default=True)
|
||||
submit = fields.SubmitField(_('Save'))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user