Is it possible to send a user their username and password via trigger on creation or update?
If so can someone point me in the right direction…
User creation question
Not their password. That is never saved as plain text, so there is no way for you to ever show a user, or even an admin what that password is.
Their username sure, just setup a trigger that fires on asset creation, and then use the email attribute of the created user as the recipient.
[quote]
Not their password. That is never saved as plain text, so there is no way for you to ever show a user, or even an admin what that password is.
Their username sure, just setup a trigger that fires on asset creation, and then use the email attribute of the created user as the recipient.
[/quote]
Thanks Nic, Im just trying to make my job easier with creating new accounts, I surpose i could create the asset send them an email with a link to reset there password, allowing them to create there own PW.