fix: check domain of username not claimed by other organisation and cleanup (#2265)

* fix: register human

* fix: check domain of username not claimed by other organisation

* fix: create setup step to create domain claimed events for invalid users

* Update setup_step19.go
This commit is contained in:
Livio Amstutz
2021-08-25 11:12:24 +02:00
committed by GitHub
parent d414404885
commit 34002ec834
6 changed files with 515 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ const (
Step16
Step17
Step18
Step19
//StepCount marks the the length of possible steps (StepCount-1 == last possible step)
StepCount
)