![]() |
Change Password in Administration Website
My users often forget their passwords. Because of this, I have to go into the
Administration website delete and recreate them because I don't see a way to change their password w/o knowing the existing password. I realize that the stored procedure aspnet_Membership_ResetPassword exists, and I will probably start using that, but I was looking for something in the default Administration Website. Am I missing asomething obvious? |
RE: Change Password in Administration Website
Hello,
I think you consider the PasswordRecovery Class in ASP.NET. It provide a option ofr user to get back their password with email. I think this is better than let user reset the password, and this is also the most popular way to handle a forgot password: http://msdn2.microsoft.com/en-us/lib...rols.passwordr ecovery.aspx Sincerely, Luke Zhang Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
RE: Change Password in Administration Website
Luke,
Thanks for the reply. Many of my users do not have email access, so this is not a viable option. "Luke Zhang [MSFT]" wrote: > Hello, > > I think you consider the PasswordRecovery Class in ASP.NET. It provide a > option ofr user to get back their password with email. I think this is > better than let user reset the password, and this is also the most popular > way to handle a forgot password: > > http://msdn2.microsoft.com/en-us/lib...rols.passwordr > ecovery.aspx > > Sincerely, > > Luke Zhang > > Microsoft Online Community Support > ================================================== > Get notification to my posts through email? Please refer to > http://msdn.microsoft.com/subscripti...ult.aspx#notif > ications. > > Note: The MSDN Managed Newsgroup support offering is for non-urgent issues > where an initial response from the community or a Microsoft Support > Engineer within 1 business day is acceptable. Please note that each follow > up response may take approximately 2 business days as the support > professional working with you may need further investigation to reach the > most efficient resolution. The offering is not appropriate for situations > that require urgent, real-time or phone-based interactions or complex > project analysis and dump analysis issues. Issues of this nature are best > handled working with a dedicated Microsoft Support Engineer by contacting > Microsoft Customer Support Services (CSS) at > http://msdn.microsoft.com/subscripti...t/default.aspx. > ================================================== > > This posting is provided "AS IS" with no warranties, and confers no rights. > > > > |
RE: Change Password in Administration Website
Hello,
For this siuation, we have to use aspnet_Membership_ResetPassword, or update the data in the database directly. ( The MembershipUser class provides methods like ChangePassword or ResetPassword, but they can only be used after a user has login in, and perform some operation like change password. If a user forgot his password, these methods cannot be used.) Sincerely, Luke Zhang Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
| All times are GMT. The time now is 09:51 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.