Authenticating user after DB is open

B

Brian Morris

Hello,
I want to have one user logged in and ask another user (the supervisor) to
enter his/her access password before I run a process in my app. Is that
possible?
Regards
Brian
 
T

TC

Noooooooooo. Then someone could get the supervisor's password from the
table!

He needs to prompt the supervisor for his username & passwortd, then use the
dbengine.createworkspace() method to create a temporary workspace with that
name & password. If this *works*, the name & password were correct. If it
*doesn't*, the name &/or password are not correct. This method does not
require the supervisor's details to be stored within the database.

TC
 

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