Change User Password in ASP.NET Forms Authentication
        Posted  
        
            by naveen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by naveen
        
        
        
        Published on 2010-06-10T04:24:54Z
        Indexed on 
            2010/06/10
            4:32 UTC
        
        
        Read the original article
        Hit count: 507
        
Hi Guys,
I code in C# (ASP.NET) and am using Forms authentication.
I would like to know which is the best method to change a user password without using the asp:ChangePassword control.
I dont want to use the reset password method.
I just want to grab the password i have inside my textbox and replace it with my older password.
Please note that the PasswordFormat I use is passwordFormat="Hashed"
Some code snippets would be helpful
Regards,
Naveen Jose
© Stack Overflow or respective owner