flows: remove generic "password change" designation and add setup_stage

This commit is contained in:
Jens Langhammer
2020-06-29 11:12:30 +02:00
parent e75e71a5ce
commit b8654c06bf
6 changed files with 35 additions and 13 deletions

View File

@ -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):