November 2008 - Posts

4
Comments

Allow an unapproved user to change email address by guru_sarkar

Writing this with reference to the thread on asp.net forums. This post assumes you are using ASP.NET membership feature. Although the concept can be used if you have the same scenario. Scenario: You allow users to register on your website and send them...
5
Comments

Changing user password in Web.config by guru_sarkar

Say you have your user credientials placed in your web.config . How do you change the passord for a user programatically. Less talk, more code. Sample web.config in root folder: < system.web > < compilation debug = " true " /> < authentication...
More Posts