Author: jfthomps
Date: Fri Mar 13 15:13:31 2015
New Revision: 1666475
URL: http://svn.apache.org/r1666475
Log:
VCL-797 - system admin setting for randomly generated passwords
siteconfig.php: modified userPasswordSpecialChar.__construct: set default value
to 0 to match what vcld does if nothing is set in the database
Modified:
vcl/trunk/web/.ht-inc/siteconfig.php
Modified: vcl/trunk/web/.ht-inc/siteconfig.php
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/siteconfig.php?rev=1666475&r1=1666474&r2=1666475&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/siteconfig.php (original)
+++ vcl/trunk/web/.ht-inc/siteconfig.php Fri Mar 13 15:13:31 2015
@@ -1027,7 +1027,7 @@ class userPasswordSpecialChar extends Gl
$this->domidbase = 'userpasswordspchar';
$this->basecdata['obj'] = $this;
$this->jsname = 'userPasswordSpecialChar';
- $this->defaultval = 1;
+ $this->defaultval = 0;
$this->type = 'boolean';
}
}