Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Change Password in Web Form

Featured Replies

  • Newbies

I have a created a web form which authenticates a user by their ID and password using the -Find action, but I would like to also give user's the ability to change their password ie enter your old password and then enter new password. Does anyone have any ideas? Thanks.

  • 1 month later...
  • Newbies

I'm using Filemaker authentication with FM7 client version. I used three text fields:

password_old

password_new

passwork_result

...and a <change password> button running script:

Set Error Capture [On]

Change Password [Old password: Tablename ??? password_old ; New password: Tablename : password_new ]

If [Get (LastError) <> 0 ]

Set Field [ tablename:: Password_old , "" ]

Set Field [ tableneame:: Password_new , "" ]

Set Field [ tablename:: Password_result , "incorrect password, please try again"]

Else

Set Field [ tablename:: Password_old , "" ]

Set Field [ tableneame:: Password_new , "" ]

Set Field [ tablename:: Password_result , "password changed"]

End if

Go to Layout [ "MainMenu" (tablename)]

Hope that works for you.

John

Can someone tell me how to make these password fields return "*" characters instead of the actual letters?

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.