Actions
Bug #3679
closedGenerated passwords don't substitute
Description
When using randomly generated passwords they don't substitute as only the password sent with POST is substituted, which when using randomly generated nothing is sent with the POST. An if check needs to be added that if no password is sent with POST then just add user object password.
Updated by krileon about 12 years ago
Both raw password and user object password are completely empty at onAfterUserRegistration trigger.
Updated by krileon about 12 years ago
Password is set in object just fine in cb.tables. Somewhere before it reaches CB Auto Actions it's lost somehow.
Updated by krileon about 12 years ago
Found it, object password is forced null in CB Auto Actions; simply needs removed. This will of course, depending on trigger, result in encrypted passwords being substituted, but that's fine and is better then null or [password] showing.
Updated by krileon about 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions