add is_verified to admin user edit page

This commit is contained in:
Mira Weller
2025-09-30 15:15:36 +02:00
parent 2a98907e88
commit 04e4e33885
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@ class UserEditForm(forms.ModelForm):
'email',
'require_2fa',
'is_active',
'is_verified',
'is_staff',
'needs_password_change',
'last_login'