X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_default.php;h=a4dd81cac286c3db95cb2081c7608433a239566d;hp=0ede1844ac6fe66a0a917c57bd0a110ef80745f3;hb=a3bb5005c9346a5d7595a15770b4a6dabc790047;hpb=5810acfad0da5329c455285d6c70f49efc34871d diff --git a/config/config_default.php b/config/config_default.php index 0ede1844..a4dd81ca 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -899,13 +899,13 @@ $disable_plugins_user = ''; /*** Database ***/ /** - * Read doc/database.txt in order to get more information + * Read the administrator's manual in order to get more information * about these settings. */ /** * Database-driven private addressbooks * DSN (Data Source Name) for a database where the private - * addressbooks are stored. See doc/db-backend.txt for more info. + * addressbooks are stored. See the administrator's manual for more info. * If it is not set, the addressbooks are stored in files * in the data dir. * The DSN is in the format: mysql://user:pass@hostname/dbname @@ -1151,3 +1151,15 @@ $no_list_for_subscribe = false; * @global integer $config_use_color */ $config_use_color = 2; + +/** + * Ask User for Personal Information on login + * + * When a user logs in that doesn't have an email address configured, + * redirect him/her to the options page with a request to fill in their + * personal information. + * + * @global bool $ask_user_info + */ +$ask_user_info = true; +