How can I set a default value for the Core CB field 'password'?
The password field is not displayed at Registration so no default value can be specified in Field Management Edit.
I use a CB Auto Action with triggers onAfterNewUser and onAfterUserRegistration to:
- generate a membership number (which works fine)
- generate a username based on input values (which works fine)
The third action in this Auto Action is to set the value of the Core CB field 'password' - but this doesn't work.
The thought has occurred to me that maybe it
is working but I should be using the encrypted equivalent instead?