I'm writing a custom MembershipProvider for a legacy database. Users are authenticated by login and password, there is no e-mail attribute attached. What is the best way to "short-cycle" the FindUsersByEmail()
and GetUserNameByEmail()
methods? My naive approach was to leave them unimplemented, since I assume if there is no need to restore a password, there is also no need to look up users by e-mail -- does this have any side effects?
views:
110answers:
1
A:
Edward Wilde
2008-11-17 11:49:11
Thanks, Sharepoint is not relevant at the moment, thus I guess I'll be alright...
rassie
2008-11-17 12:10:59