Andy Kurth created VCL-976:
------------------------------
Summary: user_password_length and user_password_spchar not in
default schema
Key: VCL-976
URL: https://issues.apache.org/jira/browse/VCL-976
Project: VCL
Issue Type: Improvement
Components: database
Affects Versions: 2.4.2
Reporter: Andy Kurth
Fix For: 2.5
The *user_password_length* and *user_password_spchar* were not added to the
schema when [VCL-797|https://issues.apache.org/jira/browse/VCL-797] was
implemented. This doesn't break anything but causes the following to be
displayed in _vcld.log_ over and over again:
{noformat}
utils.pm:get_variable|12487|variable 'user_password_length' is not set in the
database
utils.pm:get_variable|12487|variable 'user_password_spchar' is not set in the
database
{noformat}
They should be added to the schema mainly to keep track of all of the
hard-coded variables used in the code. Adding them will also prevent these
messages.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)