Added a BIG warning to tell user to not edit the auto-generated file but the template
This commit is contained in:
parent
75810685af
commit
c9b16036dc
|
@ -1,5 +1,11 @@
|
|||
<?php
|
||||
|
||||
/**********************************************************************/
|
||||
/* /!\ DO NOT EDIT THIS FILE /!\ */
|
||||
/* Edit the one in /etc/alternc/templates/roundcube/plugins/password/ */
|
||||
/* and launch alternc.install again. */
|
||||
/**********************************************************************/
|
||||
|
||||
// Password Plugin options
|
||||
// -----------------------
|
||||
// A driver to use for password change. Default: "sql".
|
||||
|
@ -305,3 +311,9 @@ $rcmail_config['hmailserver_server'] = array(
|
|||
// 6: username_domain
|
||||
// 7: domain_username
|
||||
$rcmail_config['password_virtualmin_format'] = 0;
|
||||
|
||||
/**********************************/
|
||||
/* /!\ DO NOT EDIT THIS FILE /!\ */
|
||||
/**********************************/
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue