List All Feature Flags

select name, enabled, description, version
from ores.feature_flags
where valid_to = '9999-12-31 23:59:59'::timestamptz
order by name;
| name                                 | enabled | description                                                                                                         | version |
|--------------------------------------+---------+---------------------------------------------------------------------------------------------------------------------+---------|
| system.bootstrap_mode                |       1 | Indicates whether the system is in bootstrap mode (waiting for initial admin account).                              |       1 |
| system.disable_password_validation   |       0 | When enabled, disables strict password validation. FOR TESTING/DEVELOPMENT ONLY.                                    |       1 |
| system.signup_requires_authorization |       0 | Controls whether new signups require admin authorization. NOT YET IMPLEMENTED - enabling will cause signup to fail. |       1 |
| system.user_signups                  |       0 | Controls whether user self-registration is allowed.                                                                 |       1 |

Emacs 29.3 (Org mode 9.6.15)