Actions
Feature proposal #7340
closedField: implement support for generating random passwords
Description
When updating the password field from a Field action implement the option to generate a random password. This also needs to be sure when changing the value of a users password that it properly hashes as well.
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Random passwords can now be set for any password field by using the following.
Operator: Set
Value: random
To set the length simply set the value to random:LENGTH (e.g. random:6). Direct stored passwords will also now properly be passed through hashAndSaltPassword before being stored.
Actions