Guru Sarkar's Blog
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
ADO.NET
ASP.NET
ASP.NET Authorization
ASP.NET Membership
ASP.NET roles
asp.NET validation
Authentication
checkBox
Code Snippets
CreateUser
CreateUserWizard
CSS
DataList
datepicker
Forms Authentication
GridView
Html
JavaScript
jnotify
jQuery
jQuery UI
ListView
LoginName
MembershipProvider
Menu Control
Roles
Roles Authorization
Roles Provider
RowIndex
SiteMapProvider
Sql Server
Stlyes
Stored Procedure
Summary
TreeView
Visual Studio 2010
Web.config
WebConfigurationManager
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
August 2011 (4)
May 2011 (1)
March 2011 (1)
December 2010 (5)
October 2010 (2)
September 2010 (3)
July 2010 (1)
April 2010 (1)
March 2010 (2)
January 2010 (3)
November 2009 (1)
October 2009 (2)
June 2009 (2)
May 2009 (1)
January 2009 (2)
December 2008 (1)
November 2008 (2)
September 2008 (1)
Links
4GuysFromRolla
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...
Filed under:
ASP.NET
,
MembershipProvider
,
CreateUser
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...
Filed under:
Forms Authentication
,
Web.config
,
ASP.NET
,
WebConfigurationManager
More Posts