Jump to content

get account password


This topic is 5140 days old. Please don't post here. Open a new topic instead.

Recommended Posts

No. Such a function would be an extreme security risk.

I'm not sure what you're trying to do, but anything that requires the user's password isn't the right way to do it.

Once a user has logged-in to a database you can determine their authenticated account name and their privilege set name. (FMP 11 allows differentiation between the privilege set they originally authenticated to, and the privilege set they currently have - this gets around confusion when a script is running with full access privileges.) The account name and privilege set name should be all you need.

Link to comment
Share on other sites

I've never done ODBC stuff (I may be doing EES soon though to MySQL) but my understanding is that the ODBC link authentication is done at the driver/server level.

Link to comment
Share on other sites

This topic is 5140 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.