|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Password Recovery form page...I am sure this is simple, but I can't find any documentation on using FORM
Authentication and creating an account info recovery page that will not automatically redirect to the login page... In other words. 1. User Can't remember password or user name. 2. They click link on login page (recover account info) 3. Sent to recoverinfo.aspx page.. 4. Enters answer to questions and info is email to them.. I created the page, but since the user is not authenticated it automatically sends them to the login.aspx page... I need to override the isauthenticated method so they can recover their account data... This should be simple, one would think.... Have you tried adding a location element to your web.config file to specify
that anonymous users are allowed to use the recoverinfo.aspx page? (See http://msdn.microsoft.com/library/en-us/cpgenref/html/gngrfLocationElement.asp for an example.) Show quoteHide quote "Warren" <War***@discussions.microsoft.com> wrote in message news:B064F942-348C-45F9-9B81-A38CFE663140@microsoft.com... >I am sure this is simple, but I can't find any documentation on using FORM > Authentication and creating an account info recovery page that will not > automatically redirect to the login page... > > In other words. > 1. User Can't remember password or user name. > 2. They click link on login page (recover account info) > 3. Sent to recoverinfo.aspx page.. > 4. Enters answer to questions and info is email to them.. > > I created the page, but since the user is not authenticated it > automatically > sends them to the login.aspx page... I need to override the > isauthenticated > method so they can recover their account data... > > This should be simple, one would think.... Ah, yes... That worked like a charm... I know I had read that before, just
could not remember it... Thanks Nicole, you rock! :) Show quoteHide quote "Nicole Calinoiu" wrote: > Have you tried adding a location element to your web.config file to specify > that anonymous users are allowed to use the recoverinfo.aspx page? (See > http://msdn.microsoft.com/library/en-us/cpgenref/html/gngrfLocationElement.asp > for an example.) > > > "Warren" <War***@discussions.microsoft.com> wrote in message > news:B064F942-348C-45F9-9B81-A38CFE663140@microsoft.com... > >I am sure this is simple, but I can't find any documentation on using FORM > > Authentication and creating an account info recovery page that will not > > automatically redirect to the login page... > > > > In other words. > > 1. User Can't remember password or user name. > > 2. They click link on login page (recover account info) > > 3. Sent to recoverinfo.aspx page.. > > 4. Enters answer to questions and info is email to them.. > > > > I created the page, but since the user is not authenticated it > > automatically > > sends them to the login.aspx page... I need to override the > > isauthenticated > > method so they can recover their account data... > > > > This should be simple, one would think.... > > >
X509 digital certificate for offline solution
How to send certificate for client authentication? MD5 or SHA1 or ??? IIS Delegation String to byte[] & back using Base64 Create an Event Log on a Least Privilege User Account Bad Data error in DES encryption Extra '\0' chars after decryption How to impersonate while creating a User via System.DirectoryServi Change a windows user's password with C#? |
|||||||||||||||||||||||