mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-03 19:53:10 +00:00
feat: allow global org users to create org and self delete (#2759)
* fix: grant PROJECT_OWNER_VIEWER_GLOBAL org.create permission * Update authz.yaml * feat: delete my user * console things * lint * signout after deletion * stylelint rule * Update authz.yaml * Update authz.yaml * setup step * role SELF_MANAGEMENT_GLOBAL setup * fix: change default role on global org * Apply suggestions from code review Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * Update console/src/assets/i18n/it.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,7 @@ type IAMSetUp struct {
|
||||
Step18 *command.Step18
|
||||
Step19 *command.Step19
|
||||
Step20 *command.Step20
|
||||
Step21 *command.Step21
|
||||
}
|
||||
|
||||
func (setup *IAMSetUp) Steps(currentDone domain.Step) ([]command.Step, error) {
|
||||
@@ -52,6 +53,7 @@ func (setup *IAMSetUp) Steps(currentDone domain.Step) ([]command.Step, error) {
|
||||
setup.Step18,
|
||||
setup.Step19,
|
||||
setup.Step20,
|
||||
setup.Step21,
|
||||
} {
|
||||
if step.Step() <= currentDone {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user