mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +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:
@@ -182,7 +182,11 @@
|
||||
"STATE": "Status",
|
||||
"DELETE": "Benutzer löschen",
|
||||
"UNLOCK": "Benutzer entsperren",
|
||||
"LOCKEDDESCRIPTION": "Dieser Benutzer wurde aufgrund der Überschreitung der maximalen Anmeldeversuche gesperrt und muss zur erneuten Verwendung entsperrt werden."
|
||||
"LOCKEDDESCRIPTION": "Dieser Benutzer wurde aufgrund der Überschreitung der maximalen Anmeldeversuche gesperrt und muss zur erneuten Verwendung entsperrt werden.",
|
||||
"DELETEACCOUNT": "Account löschen",
|
||||
"DELETEACCOUNT_DESC": "Wenn du diese Aktion ausführst, wirst du abgemeldet und danach keinen Zugriff mehr auf dein Konto haben. Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"DELETEACCOUNT_BTN": "Account löschen",
|
||||
"DELETEACCOUNT_SUCCESS": "Account erfolgreich gelöscht!"
|
||||
},
|
||||
"DETAILS": {
|
||||
"DATECREATED": "Erstellt",
|
||||
@@ -190,7 +194,9 @@
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE": "User löschen",
|
||||
"DELETE_DESCRIPTION": "Sie sind im Begriff einen Benutzer endgültig zu löschen. Wollen Sie dies wirklich tun?"
|
||||
"DELETE_DESCRIPTION": "Sie sind im Begriff einen Benutzer endgültig zu löschen. Wollen Sie dies wirklich tun?",
|
||||
"DELETE_AUTH_DESCRIPTION": "Sie sind im Begriff Ihren Account endgültig zu löschen. Wollen Sie dies wirklich tun?",
|
||||
"DELETE_BTN": "Entgültig löschen"
|
||||
},
|
||||
"SENDEMAILDIALOG": {
|
||||
"TITLE": "Email Benachrichtigung senden",
|
||||
@@ -807,9 +813,9 @@
|
||||
},
|
||||
"PRIVATELABELING_POLICY": {
|
||||
"TITLE": "Private Labeling",
|
||||
"BTN":"Datei auswählen",
|
||||
"BTN": "Datei auswählen",
|
||||
"DESCRIPTION": "Definiere das Erscheinungsbild des Logins.",
|
||||
"ACTIVATEPREVIEW":"Preview aktivieren"
|
||||
"ACTIVATEPREVIEW": "Preview aktivieren"
|
||||
},
|
||||
"LOGIN_POLICY": {
|
||||
"TITLE": "Login Richtlinien",
|
||||
|
@@ -182,7 +182,11 @@
|
||||
"STATE": "Status",
|
||||
"DELETE": "Delete User",
|
||||
"UNLOCK": "Unlock User",
|
||||
"LOCKEDDESCRIPTION": "This user has been locked out due to exceeding the maximum login attempts and must be unlocked to be used again."
|
||||
"LOCKEDDESCRIPTION": "This user has been locked out due to exceeding the maximum login attempts and must be unlocked to be used again.",
|
||||
"DELETEACCOUNT": "Delete Account",
|
||||
"DELETEACCOUNT_DESC": "If you perform this action, you will be logged out and will no longer have access to your account. This action is not reversible, so please continue with caution.",
|
||||
"DELETEACCOUNT_BTN": "Delete Account",
|
||||
"DELETEACCOUNT_SUCCESS": "Account deleted successfully!"
|
||||
},
|
||||
"DETAILS": {
|
||||
"DATECREATED": "Created",
|
||||
@@ -190,7 +194,9 @@
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE": "Delete User",
|
||||
"DELETE_DESCRIPTION": "You are about to permanently delete a user. Are you sure?"
|
||||
"DELETE_DESCRIPTION": "You are about to permanently delete a user. Are you sure?",
|
||||
"DELETE_AUTH_DESCRIPTION": "You are about to permanently delete your personal account. Are you sure?",
|
||||
"DELETE_BTN": "Delete permanently"
|
||||
},
|
||||
"SENDEMAILDIALOG": {
|
||||
"TITLE": "Send Email Notification",
|
||||
|
@@ -182,7 +182,11 @@
|
||||
"STATE": "Stato",
|
||||
"DELETE": "Elimina utente",
|
||||
"UNLOCK": "Sblocca utente",
|
||||
"LOCKEDDESCRIPTION": "Questo utente \u00e8 stato bloccato a causa del superamento dei tentativi massimi di accesso e deve essere sbloccato per essere utilizzato di nuovo."
|
||||
"LOCKEDDESCRIPTION": "Questo utente \u00e8 stato bloccato a causa del superamento dei tentativi massimi di accesso e deve essere sbloccato per essere utilizzato di nuovo.",
|
||||
"DELETEACCOUNT": "Elimina account personale",
|
||||
"DELETEACCOUNT_DESC": "Se esegui questa azione, sarai disconnesso e non avrai più accesso al tuo account. Questa azione non può essere invertita.",
|
||||
"DELETEACCOUNT_BTN": "Elimina",
|
||||
"DELETEACCOUNT_SUCCESS": "Account eliminato con successo!"
|
||||
},
|
||||
"DETAILS": {
|
||||
"DATECREATED": "Creato",
|
||||
@@ -190,7 +194,9 @@
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE": "Elimina utente",
|
||||
"DELETE_DESCRIPTION": "Stai per eliminare definitivamente un utente. Sei sicuro?"
|
||||
"DELETE_DESCRIPTION": "Stai per eliminare definitivamente un utente. Sei sicuro?",
|
||||
"DELETE_AUTH_DESCRIPTION": "Stai per eleminare il tuo account personale in modo permanente. Vuoi continuare?",
|
||||
"DELETE_BTN": "Elimina"
|
||||
},
|
||||
"SENDEMAILDIALOG": {
|
||||
"TITLE": "Invia una notifica via e-mail",
|
||||
|
Reference in New Issue
Block a user