Signup and Lost Password

$g_allow_signup

Allow users to signup for their own accounts.

If ON (default), then $g_send_reset_password must be ON as well, and mail settings must be correctly configured (see Email Configuration).

$g_max_failed_login_count

Maximum failing login attempts before the account is locked. Once locked, it's required to reset the password (lost password). Value resets to zero at each successfully login. Default is OFF.

$g_notify_new_user_created_threshold_min

The minimum global access level required to be notified when a new user registers via the "signup form". To pick specific access levels that are not necessarily at the higher end of access levels, use an array of access levels. Default is ADMINISTRATOR.

$g_send_reset_password

If ON (default), users will be sent their password when their account is created or password reset (this requires mail settings to be correctly configured).

If OFF, then the Administrator will have to provide a password when creating new accounts, and the password will be set to blank when reset.

$g_password_confirm_hash_magic_string

TODO

$g_signup_use_captcha

TODO

$g_system_font_folder

TODO

$g_font_per_captcha

TODO

$g_lost_password_feature

TODO

$g_max_lost_password_in_progress_count

TODO