1.How I able to create an event that only fire when member account created , not fire when member prop. is updated or saved.
Use "MemberService.Created" instead of "MemberService.Saved".
As far as the second issue goes my guess is you are not trying to access the properties correctly. Try using "member.GetValue([propertyTypeAlias])" as that should work.
Also, "item.RawPasswordValue.ToString" only returns a hash, so is useless if you want to mail the users password. And you can not decript the password. My suggestion would be to let the member create a password on a page that can only be used when using a unique identifier that gets send in the mail and identifies the user ("http://yoursite.com/setPassword?id=6a6a7f67a86f6"). You could use the "member.Key" property for that if the site is a low risk website.
Member saved event error
Hello every one ,
I have an issue , that I created a member created event , but its a saved event.
What is problem.
How I able to create an event that only fire when member account created , not fire when member prop. is updated or saved.
After making some changes in member property as like change information (name , address) , its stop working , none of change will be saved.
And I found following warning in log.text
Please share your idea , how I can fix it .
waiting for help...
Use "MemberService.Created" instead of "MemberService.Saved".
As far as the second issue goes my guess is you are not trying to access the properties correctly. Try using "member.GetValue([propertyTypeAlias])" as that should work.
Also, "item.RawPasswordValue.ToString" only returns a hash, so is useless if you want to mail the users password. And you can not decript the password. My suggestion would be to let the member create a password on a page that can only be used when using a unique identifier that gets send in the mail and identifies the user ("http://yoursite.com/setPassword?id=6a6a7f67a86f6"). You could use the "member.Key" property for that if the site is a low risk website.
Hi , thanks for reply ,
Its works fine , but I have an issue in uwebshop ?
Currently I tried to set all setting according to uwebshop , but its not working ,
Can please suggest any way , how I can do that
Thanks Waiting for reply
is working on a reply...