AdeleHall Posted November 8, 2011 Report Share Posted November 8, 2011 As we roll out our database to more users (most work from home), I am looking for a way to stop users saving their passwords on their PCs etc to prevent their kids or worse accessing our data. I know you can change the options for your own PC in your browser settings but instructing for every user is not feasible and cannot be forced at our end. Whether this could be done with enhancement to the password field in the future? I am not html/java savvy so any suggestions welcome but as working in the cloud becomes more and more popular, I would have expected a solution out there by now but internet research has come up blank so far. Quote Link to comment Share on other sites More sharing options...
ShWolf Posted November 10, 2011 Report Share Posted November 10, 2011 Hi <script type= "text/javascript"> document.getElementById('PASSWORD_FIELD_ID').autoComplete = 'off'; </script> Insert this code into the footer in the authentication wizard and replace PASSWORD_FIELD_ID with your password field id. Let me know if this helps. Quote Link to comment Share on other sites More sharing options...
AdeleHall Posted November 10, 2011 Author Report Share Posted November 10, 2011 Hi - thanks for this. No joy I am afraid. IE still asks if want to save password and then allows it. I have put in as an enhancement request too as I can't believe there aren't other admins out there who are not code savvy and want to stop this. A tick on the Password field options to opt into prevention of autocomplete on the authentication page would be great. Thanks again. Quote Link to comment Share on other sites More sharing options...
Barbara Posted November 11, 2011 Report Share Posted November 11, 2011 I have searched online for "turn off password saving using javascript" and I find a lot of discussion on this subject. The most common method using java script is as suggested by ShWolf however the drawback is that this doesn't work on all browsers, and that it doesn't prevent using already saved passwords. I could not find any solid solution to this. Cheers, Barbara Quote Link to comment Share on other sites More sharing options...
AdeleHall Posted November 14, 2011 Author Report Share Posted November 14, 2011 Thanks Barbara - I know what you mean - I have spent hours testing various script recommendations. Firefox apparently sometimes will interpret the same as IE, sometimes not. I have put in a request if it can be put it in as an option on the password field of authentication as a 'catch all' as I feel the current ability for users to save it on their desktop (or worse on a third party's computer somewhere) is worrying. Regards Adele Quote Link to comment Share on other sites More sharing options...
AdeleHall Posted February 19, 2013 Author Report Share Posted February 19, 2013 I think I have finally cracked this. I have put the following code (as is) in the header of the folders' authentication fields. Seems to work so far even if a user has previously saved their password details for the form, it loads blank. Quote Link to comment Share on other sites More sharing options...
skymond Posted February 20, 2013 Report Share Posted February 20, 2013 I have searched online for "turn off password saving using javascript" and I find a lot of discussion on this subject. The most common method using java script is as suggested by ShWolf however the drawback is that this doesn't work on all browsers, and that it doesn't prevent using already saved passwords. I could not find any solid solution to this. nhẫn cưới nhan cuoi Quote Link to comment Share on other sites More sharing options...
brian37 Posted February 20, 2013 Report Share Posted February 20, 2013 I think I have finally cracked this. I have put the following code (as is) in the header of the folders' authentication fields. Seems to work so far even if a user has previously saved their password details for the form, it loads blank. I do have same problem and it annoyed me. Would that also applicable in Firefox? Quote Link to comment Share on other sites More sharing options...
AdeleHall Posted March 1, 2013 Author Report Share Posted March 1, 2013 Yep - my solution was in Chrome but the script I mention above, when tested further, did not work for some of our embedded Datapages so back to the drawing board. I mentioned the lack of security in a separate discussion with one of the Caspio developers recently. I hope this is sorted in an update very soon. I note Caspio don't allow saving when you login as the administrator to change datapages etc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.