diff options
| author | Mykhailo Redko <ovitnez@gmail.com> | 2025-02-14 19:53:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-14 18:53:07 +0100 |
| commit | 62fe2d6a8d848b9dcf106ccf9abee10c76493c5d (patch) | |
| tree | 9ea4547d0207e25e4903b32c6bf1fe659859a272 /sql/updates | |
| parent | 6f30db7637b9a0772822ecbf9765ed44129ea28b (diff) | |
Core/Chat: Corrected names and descriptions for GM.LowerSecurity config option and related rbac permission (#30644)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/3.3.5/2025_02_14_00_auth.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2025_02_14_00_auth.sql b/sql/updates/auth/3.3.5/2025_02_14_00_auth.sql new file mode 100644 index 00000000000..d147a6b499f --- /dev/null +++ b/sql/updates/auth/3.3.5/2025_02_14_00_auth.sql @@ -0,0 +1,2 @@ +-- +UPDATE `rbac_permissions` SET `name`='Can ignore non-strong lower security checks if it\'s disabled in config' WHERE `id`=47; |
