mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(snowflake): add commands to reset password or mfa for users
This commit is contained in:
@@ -100,6 +100,9 @@ CREATE OR REPLACE USER claude
|
||||
LOGIN_NAME='CLAUDE@EXAMPLE.ORG' MUST_CHANGE_PASSWORD=TRUE;
|
||||
|
||||
GRANT ROLE someRole TO USER diane;
|
||||
|
||||
ALTER USER IF EXISTS elijah RESET PASSWORD;
|
||||
ALTER USER IF EXISTS fred SET DISABLE_MFA=TRUE;
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user