Account
Settings Management
Please note settings are imported from environment variables only at initial boot and should be managed from the settings tab on the admin panel thereafter. Please refer to the Setup > Settings page for more details.
| Name | Value |
|---|---|
| ACCOUNT_SHOW_PROFILE_ICON | If disabled the profile icon will be hidden from the header. Default: true |
| ACCOUNT_LOCKOUT_ATTEMPTS | If a hacker makes X number of failed logins they will be banner for a specified duration. Default: 5 |
| ACCOUNT_LOCKOUT_MINS | If a hacker reaches the lockout limit they will be banned for the specified time in minutes. Default: 60 |
| ACCOUNT_ADMIN_EMAIL | This is the email address for the primary admin account. Default: "[email protected]" |
| ACCOUNT_ADMIN_PASSWORD | This is the password for the primary admin account. Default: "admin" |
| ACCOUNT_REGISTRATION_ENABLED | If enabled users will be able to register their own accounts. Default: true |
| ACCOUNT_REGISTRATION_REQUIRE_EMAIL_VALIDATION | If enabled users will need to validate their email address before their account is activated Default: true |