You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Aaron Peeler (JIRA)" <ji...@apache.org> on 2014/11/11 20:33:33 UTC

[jira] [Updated] (VCL-797) system admin setting for randomly generated passwords

     [ https://issues.apache.org/jira/browse/VCL-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Peeler updated VCL-797:
-----------------------------
    Component/s: database
    Description: 
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)

  was:
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


> 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)