Description
The user_password_length and user_password_spchar were not added to the schema when VCL-797 was implemented. This doesn't break anything but causes the following to be displayed in vcld.log over and over again:
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
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.
Attachments
Issue Links
- is related to
-
VCL-797 system admin setting for randomly generated passwords
- Resolved