views:

110

answers:

1

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?

A: 
Edward Wilde
Thanks, Sharepoint is not relevant at the moment, thus I guess I'll be alright...
rassie