mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix: User checks (#139)
* check uniqueness on create and register user * change user email, reserve release unique email * usergrant unique aggregate * usergrant uniqueness * validate UserGrant * fix tests
This commit is contained in:
@@ -20,6 +20,7 @@ type ProjectState int32
|
||||
const (
|
||||
PROJECTSTATE_ACTIVE ProjectState = iota
|
||||
PROJECTSTATE_INACTIVE
|
||||
PROJECTSTATE_REMOVED
|
||||
)
|
||||
|
||||
func NewProject(id string) *Project {
|
||||
|
Reference in New Issue
Block a user