Password Selfservice needs a datasource configuration with pwdchange protocol enabled.
/opt/visulox/setup/actionscripts/passwordSelfService.sh setup
This enables the "forgot password?" link on the login page.
An action script will be added using the following template:
/etc/html/templates/PasswordSelfServiceEmail.html
Configuration parameters after script:
visulox config -name password.
---------------------------------------------------------------------
| changed | key | value |
---------------------------------------------------------------------
| | password.lowercase.count | 1 |
| | password.max | 12 |
| | password.min | 6 |
| | password.notify | |
| | password.numbers.count | 1 |
| changed | password.selfservice | true |
| | password.selfservice.linklifetime | 5 |
| changed | password.selfservice.script | passwordSelfService |
| | password.specials | !$%&/()=#-_<>| |
| | password.specials.count | 1 |
| | password.uppercase.count | 1 |
| | password.warning | 6 |
---------------------------------------------------------------------