[
https://issues.apache.org/jira/browse/VCL-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206997#comment-14206997
]
ASF subversion and git services commented on VCL-797:
-----------------------------------------------------
Commit 1638354 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1638354 ]
VCL-797 - system admin setting for randomly generated passwords
siteconfig.php
-modified generalOptions: added calls to userPasswordLength and
userPasswordSpeciakChar; okay to move these around, I'm not set on their
location on the page
-added GlobalSingleVariable class
-added userPasswordLength and userPasswordSpecialChar as inheriting classes of
GlobalSingleVariable
states.php: added userpasswordlength and userpasswordspecialchar entries in
$actions['classmapping']
utils.php: modified getDojoHTML: added dijit.form.CheckBox to siteconfig dojo
includes
siteconfig.js
-added GlobalSingleVariable class
-added userPasswordLength and userPasswordSpecialChar as inheriting classes of
GlobalSingleVariable
> system admin setting for randomly generated passwords
> -----------------------------------------------------
>
> Key: VCL-797
> URL: https://issues.apache.org/jira/browse/VCL-797
> Project: VCL
> Issue Type: Improvement
> Components: database, vcld (backend), web gui (frontend)
> Reporter: Aaron Peeler
> Priority: Minor
> Fix For: 2.4
>
>
> allow system admin to set the length and if to include some special
> characters in the randomly generated passwords for non-enterprise and windows
> accounts.
> requires
> * frontend - adding config option to the site config page
> * backend - updating the getpw routine in utils.pm
> both will use the variable table
> * db - change length of reservation.pw from varchar(10) to varchar(40)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)