flows: remove generic "password change" designation and add setup_stage
This commit is contained in:
		| @ -25,7 +25,7 @@ class FlowDesignation(models.TextChoices): | ||||
|     ENROLLMENT = "enrollment" | ||||
|     UNRENOLLMENT = "unenrollment" | ||||
|     RECOVERY = "recovery" | ||||
|     PASSWORD_CHANGE = "password_change"  # nosec # noqa | ||||
|     STAGE_SETUP = "stage_setup" | ||||
|  | ||||
|  | ||||
| class Stage(models.Model): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer