Actions
Feature proposal #6781
closedImplement password substitution fallback
Start date:
13 September 2017
Due date:
% Done:
100%
Estimated time:
Description
Implement fallback for password substitution if missing from POST to use the password in the user object. This should allow cases of randomly generated passwords during registration to substitute. Also allow the POST usage to work for guests.
Updated by krileon over 7 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
7.1.0) - % Done changed from 0 to 100
Just access it directly using the user object variable. The [password] substitution is only supposed to be accessible if the password exists in POST.
Actions