feat(console): profile initializers, contributors for grants (#229)

* resourceowner header, i18n

* password policy validators, roles required field

* use angular pattern instead of custom validator

* user detail fixes, mfa qr code, add org

* use mgmt for mfa list

* fetch owned projects

* search project

* seperate owned from granted projects

* lint

* fix granted project grid

* refactor project detail

* disable zitadel apps

* refactor project contributors

* changed i18n

* hide meta nav

* mobile meta layout

* refactor contributor name

* refactor org contributors

* org i18n, org member detail view

* fix uninitialized phone, email

* fix: create role, add contributors to granted pjs

* initialize address

* contributor 18n

* add tab module
This commit is contained in:
Max Peintner
2020-06-17 07:41:16 +02:00
committed by GitHub
parent 6fa62ccd0a
commit dfe6d0deb4
17 changed files with 80 additions and 59 deletions

View File

@@ -296,9 +296,9 @@
},
"NAME": "Name",
"MEMBER": {
"TITLE": "Contributors",
"TITLEDESC":"Contributors can make changes on this very entity",
"DESCRIPTION":"Here you can find all contributors of this project. You can add a new member and manage persisting ones.",
"TITLE": "Managers",
"TITLEDESC":"Managers can make changes on this very entity, based on their given role in zitadel.",
"DESCRIPTION":"Here you can find all managers of this project. You can add a new member and manage persisting ones.",
"USERNAME": "Username",
"FIRSTNAME": "Firstname",
"LASTNAME": "Lastname",