Newbies W. Posted May 4, 2007 Newbies Posted May 4, 2007 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.
Phillip Holmes Posted May 17, 2007 Posted May 17, 2007 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
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