Password is encrypted and not recoverable as its very bad practice to store it plain text and send it plain text. You need to implement password reset.
Do you have a site registration form on front end? Or are you creating members in backend and want to on member create send email?
Yes you have loop but you could just get first item from savedentities also you will need to after sending email flag the member as email sent and before sending email test for that flag else each time member is saved an email will be sent.
You're not getting many replies because it's not very clear what you want to do!
I take it you're creating a number of members (perhaps importing them?) and then you want to email them a link. I would send them a URL with a special GUID on a URL - generate this and store this against the member when you create them.
How Get Password
Hello Everyone,
I am creating member event that send mail , when member is created its send the email to user .
But I not able to find a way , how I get password of member in string.
raw password value not useable...
Plz help !!
Thanks
Pradeep,
Password is encrypted and not recoverable as its very bad practice to store it plain text and send it plain text. You need to implement password reset.
Regards
Ismail
Hi Ismail ,
I see that , But how I do that in member event and I need to send it member.
One other problem that :the code generate message for each loop , its should be send email ones .
Thanks
Pradeep,
Do you have a site registration form on front end? Or are you creating members in backend and want to on member create send email?
Yes you have loop but you could just get first item from savedentities also you will need to after sending email flag the member as email sent and before sending email test for that flag else each time member is saved an email will be sent.
Regards
Ismail
Hi ,
Can you please provide me code snippet .
Thanks
Hi any one ,
Please reply ...
Hi Pradeep,
You're not getting many replies because it's not very clear what you want to do!
I take it you're creating a number of members (perhaps importing them?) and then you want to email them a link. I would send them a URL with a special GUID on a URL - generate this and store this against the member when you create them.
I hope this link might help.
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/65298-Change-Password-and-Forgotten-Password
is working on a reply...