stages/user_delete: add user delete stage, remove view from core
This commit is contained in:
		| @ -15,10 +15,11 @@ class FlowDesignation(models.TextChoices): | ||||
|     should be replaced by a database entry.""" | ||||
|  | ||||
|     AUTHENTICATION = "authentication" | ||||
|     INVALIDATION = "invalidation" | ||||
|     ENROLLMENT = "enrollment" | ||||
|     UNRENOLLMENT = "unenrollment" | ||||
|     RECOVERY = "recovery" | ||||
|     PASSWORD_CHANGE = "password_change"  # nosec # noqa | ||||
|     INVALIDATION = "invalidation" | ||||
|  | ||||
|  | ||||
| class Stage(UUIDModel): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer