PC Review


Reply
Thread Tools Rate Thread

Code for changing password

 
 
SF
Guest
Posts: n/a
 
      4th Jul 2006
Hi,

Normally in Access 2003, When I want to change my login password, I go to
Tool>Security>User and Group Accounts,l Change Logon Password.

Now I have disable the Menu Bar, I want to create a form (consist of three
fields: Old Password, New Password and Confirm Password) for changing
password.

Could someone show me the code for this purpose?

SF


 
Reply With Quote
 
 
 
 
Michel Walsh
Guest
Posts: n/a
 
      4th Jul 2006
Hi,


The method

Workspace.Users(index).NewPassword oldPassword, newPassword

is a possible solution.


=============
? DBEngine(0).Users(0).Name
admin

DBEngine(0).Users(0).NewPassword "", "toto"
=============



Hoping it may help,
Vanderghast, Access MVP


"SF" <(E-Mail Removed)> wrote in message
news:uUUaK$(E-Mail Removed)...
> Hi,
>
> Normally in Access 2003, When I want to change my login password, I go to
> Tool>Security>User and Group Accounts,l Change Logon Password.
>
> Now I have disable the Menu Bar, I want to create a form (consist of three
> fields: Old Password, New Password and Confirm Password) for changing
> password.
>
> Could someone show me the code for this purpose?
>
> SF
>



 
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
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
Code for changing user password? SF Microsoft Access Security 0 3rd Mar 2006 10:18 AM
RE: Changing password with code Eric Butts [MSFT] Microsoft Access Security 3 21st Sep 2004 11:11 PM
User changing password with code Damien McBain Microsoft Access 4 4th Sep 2004 12:16 PM
Changing Password to an account that has to change password at first logon using System.DirectoryServices Fabrizio Microsoft C# .NET 10 1st Jul 2004 03:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:16 PM.