password-recovery
Adding subclassed password recovery control to page causes "An entry with the same key already exists." error
I am trying to subclass the password recovery control in asp.net (4) so that I can override the behaviour of the OnVerifyingUser event but I\'m having trouble adding my subclassed password recovery co[详细]
2023-03-03 03:41 分类:问答how to retrieve a non sa password in SQL Server?
Is it possible to retrieve (if the user has sa rights) the password of a user in SQL Server 2008 R2? The scenario is this: I need to automatically store in a开发者_开发问答 document the list of all u[详细]
2023-03-01 12:31 分类:问答django anonymous_required custom decorator clashing with password_reset views
I am using the built-in auth_views.password_reset(_confirm, _done, _complete)functionalities, and I would like to limit access to these views only to non-logged-in (anonymous) users, because it doesn\[详细]
2023-02-27 02:54 分类:问答Password in postgres 8.3 not working
i have installed postgres 8.3, i entered test as the password while the installation...my problem is that each time i try to access the local database...each time i enter the password...it say databas[详细]
2023-02-09 19:23 分类:问答How to check if password answer matches what is provided by a user in ASP.Net
I simply want to know how to manually check if the value a user has provided for the answer to their security question matches their current answer on record.I want to use the build in support of the[详细]
2023-02-07 18:54 分类:问答how to insert image into email template
I\'m trying to use the PasswordRecovery of ASP.NET. Everything works fine, however I am using Email template. Within this email I\'m tr开发者_如何学运维ying to insert an image as follows:[详细]
2023-01-07 03:02 分类:问答help in using asp.net password recovery
i am trying to use the password recovery control provided by asp.net 3.5 and i get this error when the user presses submit:[详细]
2023-01-06 14:52 分类:问答ASP.NET Membership Provider - Reset Password Features - Email Confirmation and Password Change
Does anyone have a solution (sample code) for the following features: Create a randomGuid/Cryptographically[详细]
2023-01-05 03:50 分类:问答ASP PasswordRecovery not working
I have an ASP PasswordRecovery module on a page, the code comes up like this: <asp:PasswordRecovery ID=\"PasswordRecovery1\" runat=\"server\">[详细]
2023-01-04 22:37 分类:问答RESTful password reset
What is the proper way to structure a RESTful resource for resetting a password? This resource is meant to be a password resetter for someone who has lost or forgotten their password.It invalidates t[详细]
2023-01-03 21:23 分类:问答
加载中,请稍侯......