Jump to content
Server Maintenance This Week. ×

How to change password from web publishing


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

Recommended Posts

  • Newbies

I have just posted a new data base using Filemaker server Advanced 8 and I am using the web publishing option. I set up the accounts and priviledges so that when people login they will have to change their password (I checked the box). If I use the data base on my computer it works fine, it walks me throught the password change process. But I want this to work when people hit the database from the web. Right now when they hit the site it pops up that the password has expired. If I leave the change password on login box unchecked a person can log right in. Is this option not available from the web or am I missing somthing? Please send help.

Link to comment
Share on other sites

  • 2 weeks later...

You may not be able to do so via the FMS default login. I would create a field in the table called "ChangePassword" and have the automatically enter on creation "No".

Once they login the first time via the web put an

If(Exact(ChangePassword,"No"))

goto layout(changepassword)

endif

On that layout you can present to them an empty

field that they must enter a new password into and save that back to their account via a script step "Reset Account Password" or "Change Password" once that is done successfully set the "No" to "Yes"

Regards

Phillip

Link to comment
Share on other sites

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