Customer provider Password Reset client.
        Posted  
        
            by ProfK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ProfK
        
        
        
        Published on 2010-05-04T22:44:33Z
        Indexed on 
            2010/05/04
            22:48 UTC
        
        
        Read the original article
        Hit count: 244
        
I'm looking for guidence on writing a custom password reset UI, but it must fit the Provider 'Pattern', or degrade silently to built-in defaults. E.g. my Reset Control must collect extra information, and perform differently to the standard Password Recovery Control. It must close as possible use the standard MembershipProvider interface for standard functions, and only use an extended interface for the non-standard stuff.
I'd like some reading on issues such as, what must I ask the Membership Provider for, and what must I do myself. What must I tell the provider (service?) about what I do? Etc.
© Stack Overflow or respective owner