473,492 Members | 4,301 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP.NET Membership password problems

8 New Member
A while ago I posted a message regarding an ASP.NET (.NET 2.0) webstie I am working on for a client, which utilizes the Membership API. The problem was that a seemingly random contingent of the 400+ users are having password change/reset problems. Apparently the users change their passwords, and then after a period of time their login magically stops working.

The obvious answer is that the users making typos. Since I was using asymmetric encryption (and it's way too late to back out of that) in the Membership API, I added a mid-level plain-text data capture that captures all users' login/password-related data input into a table with the user's unique ID, timestamp, and summary of the action being performed -- essentially an audit log.

Through that log I have been able to verify the users are NOT making typos. In the most recent instance, I used the audit log to attempt to log in as the user myself using all passwords that had been associated with the account. NONE of the passwords seem to be valid.

Has anybody ever heard of the Membership API magically losing and/or corrupting passwords? Does anyone have any idea what could be causing this?

Thanks for your help.
Oct 1 '07 #1
1 1551
Frinavale
9,735 Recognized Expert Moderator Expert
A while ago I posted a message regarding an ASP.NET (.NET 2.0) webstie I am working on for a client, which utilizes the Membership API. The problem was that a seemingly random contingent of the 400+ users are having password change/reset problems. Apparently the users change their passwords, and then after a period of time their login magically stops working.

The obvious answer is that the users making typos. Since I was using asymmetric encryption (and it's way too late to back out of that) in the Membership API, I added a mid-level plain-text data capture that captures all users' login/password-related data input into a table with the user's unique ID, timestamp, and summary of the action being performed -- essentially an audit log.

Through that log I have been able to verify the users are NOT making typos. In the most recent instance, I used the audit log to attempt to log in as the user myself using all passwords that had been associated with the account. NONE of the passwords seem to be valid.

Has anybody ever heard of the Membership API magically losing and/or corrupting passwords? Does anyone have any idea what could be causing this?

Thanks for your help.
This sounds very peculiar.
Have you created custom a MembershipProvider or MembershipUser for your system?


-Frinny
Oct 1 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2547
by: Nate Hekman | last post by:
I'm trying to set up a Membership/Role Provider for an ASP.NET 2.0 beta 2 site using SqlMembershipProvider, and am having problems configuring SQL Server. I'm comfortable with ASP.NET but very...
9
2154
by: Paul Keegstra | last post by:
Hi, I am currently working on an asp.net 2.0 web site that is a replacement of a classic asp web site. The current web site uses a Commerce Server 2002 database for storing user information. ...
3
3261
by: ryan.mclean | last post by:
Hello everyone, I am wondering, can the membership provider be changed at runtime? Perhaps the connectionStringName? I would like to use a different database based on the server the site is...
0
982
by: mehdi | last post by:
Hi folks, I got a general question that I cannot find the answer for. Consider a 3-tier application architecture with a Web Service handling the business layer (BL) logic. The BL provides the...
1
14287
by: Ben | last post by:
Hi, When an anonymous user has created an new account (with the CreateUserWizard control), i want to let asp.net generate a password and to send it to the address of the email provided by the...
0
1173
by: drjack | last post by:
Recently I developed a website using asp.net and SQL Express. The database file is uploaded into App_Data folder. The website is using two membership providers, one is SqlMemership provider with...
1
2924
by: =?Utf-8?B?aGZkZXY=?= | last post by:
Hello, I have a web application that makes use of the SQL Membership and Role providers. My app has admin screens to manage users (membership), roles, and supplementary user data. I have just...
6
2913
by: Jonathan Wood | last post by:
Although this will be a challenge at my level of ASP.NET knowledge, I'm thinking I should implement my own membership provider class. Looking over the methods I must implement, a number of...
2
20633
by: rmgalante | last post by:
I am using the standard asp.net membership provider. I have users who forget their password. They attempt to login 5 times and they get locked out. The membership configuration in web.config...
0
7118
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
1
6862
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5452
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4886
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1397
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
282
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.