mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
e653eaab86
* 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
5 lines
87 B
PL/PgSQL
5 lines
87 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE notification.notify_users ADD COLUMN password_set BOOLEAN;
|
|
|
|
COMMIT; |