mirror of
https://github.com/pretix/pretix.git
synced 2026-08-10 10:47:00 +00:00
add is_verified to admin user edit page
This commit is contained in:
@@ -69,6 +69,7 @@ class UserEditForm(forms.ModelForm):
|
||||
'email',
|
||||
'require_2fa',
|
||||
'is_active',
|
||||
'is_verified',
|
||||
'is_staff',
|
||||
'needs_password_change',
|
||||
'last_login'
|
||||
|
||||
Reference in New Issue
Block a user