Skip to content

Commit

Permalink
feat: add ldap_email_edit to config view
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Jul 2, 2024
1 parent 892fe14 commit 8695504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alerta/views/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def config():
'previous_severity': alarm_model.DEFAULT_PREVIOUS_SEVERITY
}
},
'ldap_email_edit': current_app.config['LDAP_ALLOW_EMAIL_EDIT'],
'auth_required': current_app.config['AUTH_REQUIRED'],
'delete_alert_scope_enforced': 'delete:alerts' in current_app.config['DELETE_SCOPES'],
'allow_readonly': current_app.config['ALLOW_READONLY'],
Expand Down

0 comments on commit 8695504

Please sign in to comment.