While trying to create a control tha twill allow the user to reset his password (kind of the "Forgot your password?" thing), I found this method on the api:
umbraco.library:GetMember(Int32MemberId)
The problem is, I'm asking the user for his email, how do i get his id?
Get the member's id
While trying to create a control tha twill allow the user to reset his password (kind of the "Forgot your password?" thing), I found this method on the api:
The problem is, I'm asking the user for his email, how do i get his id?
Hi,
I guess you could use GetMemberFromEmail(string email) for this.
HTH,
Peter
That will work :-)
Tanks a lot
is working on a reply...