Jump to content
Server Maintenance This Week. ×

Secure Password Storage


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

Recommended Posts

  • Newbies

I've been using the demo version of 360works email plug-in. My solution has multiple accounts that need SMTP verifications (all Microsoft outlook accounts). I don't want to store the emails + passwords in my database, but because of the frequency for which these emails must be sent also don't want the user to have to enter their password in more than a few times a day.

 

Any suggestions?

Link to comment
Share on other sites

Hi HannahT,

       You could store the password in a global variable. In a start up script, prompt the user for username and/or password for their email and store that information in global variable(s). You can then reference the variables in your script. This would mean users type their password in only once, not store sensitive information inside your database, and the variables are destroyed once the database is closed. 

Link to comment
Share on other sites

  • 1 month later...

When the file is local, globals will persist and not reset when the database is closed. However it is a hosted file, closing the database will reset global variables back to the value they were set at when the file was uploaded to the server.

I haven't seen a solution that uses a password manager and an API but as long as you can get the data into FileMaker and reference it in a script then it should work.

Link to comment
Share on other sites

This topic is 2194 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.