Jean Posted March 15, 2021 Share Posted March 15, 2021 Please add an option to disable auto-fill in the browser extension for everyone. We would like to disable this centrally for all our users, and force them to click the icon overlay or use the extension icon to fill in credentials on websites. We're concerned that malicious websites could steal credentials when auto-fill is enabled without requiring user interaction. Link to comment Share on other sites More sharing options...
support Posted March 15, 2021 Share Posted March 15, 2021 Hello Jean, Thanks for your request. For now, can you run the SQL code below in Management Studio, to do this for all accounts: USE Passwordstate UPDATE UserAccounts SET BEAutoFill = 0 Regards Click Studios Jean 1 Link to comment Share on other sites More sharing options...
Jean Posted March 17, 2021 Author Share Posted March 17, 2021 Thanks, that's good to know! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now