Current user's password

  • Thread starter sigava77 via AccessMonster.com
  • Start date
S

sigava77 via AccessMonster.com

Hi,
How do I access the current user's password?
Thanks,
Carla
 
R

Rick Brandt

sigava77 said:
Hi,
How do I access the current user's password?
Thanks,
Carla

A User's password is his business not yours. You can clear it and you can set
it. You cannot retrieve it once he has set it.
 
S

sigava77 via AccessMonster.com

Rick said:
A User's password is his business not yours. You can clear it and you can set
it. You cannot retrieve it once he has set it.
Becouse it's not my business I want to create the workspace
Set wrkjer = CreateWorkspace("", username,password) using the username and
password of current User. I can use a user by default, but i would like to
make the user most independent.

Thanks,
Carla
 
S

sigava77 via AccessMonster.com

is there any suggestion?

Carla
[quoted text clipped - 3 lines]
A User's password is his business not yours. You can clear it and you can set
it. You cannot retrieve it once he has set it.

Becouse it's not my business I want to create the workspace
Set wrkjer = CreateWorkspace("", username,password) using the username and
password of current User. I can use a user by default, but i would like to
make the user most independent.

Thanks,
Carla
 
R

Rick Brandt

sigava77 said:
is there any suggestion?

Use a generic user for whatever it is you are trying to do.

What is the reason you want to create a new workspace using the current user's
credentials anyway? You can always prompt the user to enter their password
again using an InputBox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top