No sorry it's by design that it isn't possible. Since the password is hashed you only can send it when the member is created, on an update it's not possible to get the orginal value for password (which is good ;-)).
What you could do is create the passwords yourself in the datasource and then those passwords will be send also on updates.
Send password email on member update
Hi,
Is it possible to send the automatically generated password / email when the member is updated?
Thank you!
Amir
Hi Amir,
No sorry it's by design that it isn't possible. Since the password is hashed you only can send it when the member is created, on an update it's not possible to get the orginal value for password (which is good ;-)).
What you could do is create the passwords yourself in the datasource and then those passwords will be send also on updates.
Best,
Richard
hello @Richard,
just tried reset password use ResetPasswordAsync from IMemberManager, but its stuck, the code not working,, do you have any idea for that ??
thanks
Hi Harizal,
What exactly do you mean when you say it is "stuck"
is working on a reply...