X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconfig_default.php;h=549a97afb71bef4c2b7c594972572889e65b509e;hb=521d86d687d37ffbf896f6dbb1e53c0ee8241a2d;hp=0ede1844ac6fe66a0a917c57bd0a110ef80745f3;hpb=5810acfad0da5329c455285d6c70f49efc34871d;p=squirrelmail.git diff --git a/config/config_default.php b/config/config_default.php index 0ede1844..549a97af 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -23,7 +23,6 @@ */ /* Do not change this value. */ -global $version; global $config_version; $config_version = '1.5.0'; @@ -877,10 +876,10 @@ $motd = ""; /** * To install plugins, just add elements to this array that have * the plugin directory name relative to the /plugins/ directory. - * For instance, for the 'sqclock' plugin, you'd put a line like + * For instance, for the 'squirrelspell' plugin, you'd put a line like * the following. - * $plugins[] = 'sqclock'; - * $plugins[] = 'attachment_common'; + * $plugins[] = 'squirrelspell'; + * $plugins[] = 'listcommands'; */ // Add list of enabled plugins here @@ -899,13 +898,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 +1150,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; +