This is my configuration:
Problem #1:
File / Options / Security / Require application master Password
--- For this setting, If I don't use it and the DataSource is configured properly with "save password = ON", anyone using my PC will be able to use ADM without any password. Am I right ?
What is the best practice to secure my ADM for mutiple user ?
Problem #2:
When I use Master Password and "lock application when minimized" = ON
-- When I minimize ADM and click on the taskbar, ADM ask me for the MAster password and then the Mysql DB password! Is it normal ?
Hi,
#1. What you could do is not save the password in mySQL and use the ask for password. Make sure in the application to enable the lock on idle. Don't set an application master since it will not be useful.
#2 This is the expected behavior because when you lock the application, you are prompted for all the password you entered. The one from the application and the one from the database. Some people only use one at the time.
David Hervieux