mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 11:47:38 +00:00
fix: login (#242)
* password in init user only if needed * reactivate user session * set context AuthorizeClientIDSecret * fix qr code for light * fix copy * check user and org active in auth * add org view provider * handle inactive projects * translate error messages
This commit is contained in:
5
migrations/cockroach/V1.20__notification_passwordset.sql
Normal file
5
migrations/cockroach/V1.20__notification_passwordset.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE notification.notify_users ADD COLUMN password_set BOOLEAN;
|
||||
|
||||
COMMIT;
|
Reference in New Issue
Block a user