X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_default.php;h=1d341d2e4d0eb87ffc37b3abe1419cbecc77d7c9;hp=c965d4c0cd88fa3549436ef3e0b3f03cec4a4a2c;hb=8a7d066909d44a9d25b2a1c5eba9b1c37a0317fa;hpb=26301d641ef9f102086e0061239a52c8dcf07ac8 diff --git a/config/config_default.php b/config/config_default.php index c965d4c0..1d341d2e 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -448,6 +448,18 @@ global $plugins; * $plugins[1] = 'attachment_common'; */ +/** + * If you don't want to allow users to change their email address + * then you can set $edit_identity to false, if you want them to + * not be able to change their full name too then set $edit_name + * to false as well. $edit_name has no effect unless $edit_identity + * is false; + */ + +global $edit_identity, $edit_name; +$edit_identity = true; +$edit_name = true; + /** * Make sure there are no characters after the PHP closing * tag below (including newline characters and whitespace).