zitadel/internal/user/repository/eventsourcing/model
Livio Amstutz 376fba72d8
fix: user init mail (for wrong email) (#891)
* add resendInitialMail

* disable email notifications (when not initialised)

* fix resend init mail

* add tests

* cleanup

* cleanup

* fix tests

* add resend trigger, dialog

* refactor contact component, add sendinitmail fnc

* skip email if empty

* reload user on phone email changes, i18n warndialog on dl

* lint

* rebuild mgmt proto

* remove initial focus

* Update console/src/assets/i18n/de.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>
2020-11-16 11:43:22 +01:00
..
address_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
address.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
auth_request.go fix: user session with external login (#797) 2020-10-02 08:02:09 +02:00
email_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
email.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
external_idp_test.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
external_idp.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
mfa_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
mfa.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
password_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
password.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
phone_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
phone.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
profile_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
profile.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
token.go feat: tokens on user aggregate (#837) 2020-10-15 13:52:41 +02:00
types.go feat: tokens on user aggregate (#837) 2020-10-15 13:52:41 +02:00
user_human_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user_human.go fix: user init mail (for wrong email) (#891) 2020-11-16 11:43:22 +01:00
user_machine.go fix: JWT Profile (#748) 2020-09-17 08:49:33 +02:00
user_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user.go feat: remove user (#812) 2020-10-07 08:16:42 +02:00