PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

How can Administrator change the Password of existing User, without knowing his Old Password in Administer Security Tool ?

 
 
Luqman
Guest
Posts: n/a
 
      2nd Jul 2007
How can Administrator change the Password of existing User, without knowing
his Old Password in Administer Security Tool ?

One user has forgot his password, and Administer wants to refresh it.

Best Regards,

Luqman



 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      2nd Jul 2007
"Luqman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> How can Administrator change the Password of existing User


Are you using ActiveDirectory...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
Luqman
Guest
Posts: n/a
 
      2nd Jul 2007
Dear Mark,

I am using Sql Membership Provider.

Best Regards,

Luqman

"Mark Rae" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Luqman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
> > How can Administrator change the Password of existing User

>
> Are you using ActiveDirectory...?
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net
>



 
Reply With Quote
 
Riki
Guest
Posts: n/a
 
      2nd Jul 2007
Luqman wrote:
> How can Administrator change the Password of existing User, without
> knowing his Old Password in Administer Security Tool ?
>
> One user has forgot his password, and Administer wants to refresh it.
>
> Best Regards,
>
> Luqman


First reset it, then change it.

Be aware that the user may get an e-mail about these operations.

--

Riki


 
Reply With Quote
 
luqman
Guest
Posts: n/a
 
      3rd Jul 2007
Hi,

How can I reset the Password ?

I did not find any option of resetting Password in ASP.Net Web Site
Administration Tool, please advise.

Best Regards,

Luqman


"Riki" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Luqman wrote:
> > How can Administrator change the Password of existing User, without
> > knowing his Old Password in Administer Security Tool ?
> >
> > One user has forgot his password, and Administer wants to refresh it.
> >
> > Best Regards,
> >
> > Luqman

>
> First reset it, then change it.
>
> Be aware that the user may get an e-mail about these operations.
>
> --
>
> Riki
>
>



 
Reply With Quote
 
Riki
Guest
Posts: n/a
 
      12th Jul 2007
luqman wrote:
> Hi,
>
> How can I reset the Password ?
>
> I did not find any option of resetting Password in ASP.Net Web Site
> Administration Tool, please advise.


In VB.NET:

Protected Sub ResetPassword(ByVal username As String)
Dim msUser As MembershipUser = Membership.GetUser(username)
Dim strTempPW As String = msUser.ResetPassword("test")
msUser.ChangePassword(strTempPW, "newpassword")
End Sub

--

Riki


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change a users password without knowing the old password nor the answer to the password question AAaron123 Microsoft ASP .NET 1 16th Jan 2009 02:56 PM
Changing a users password without knowing the old password nor the answer to the password question AAaron123 Microsoft ASP .NET 2 16th Jan 2009 02:08 PM
Using Cusrmgr.exe Tool to Change Administrator Account Password =?Utf-8?B?dGogd29vZHM=?= Windows XP Security 2 7th Apr 2006 02:56 PM
Change domain administrator's user name and password =?Utf-8?B?TGlzYQ==?= Microsoft Windows 2000 1 23rd Nov 2005 02:33 PM
Resetting Administrator Password W/O knowing old one Mike W. Microsoft Windows 2000 Security 1 19th Jun 2004 08:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:17 PM.