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.

show password caharacters

Featured Replies

When I write in find mode, Whatever I write, I want all caharacters to be shown in password caharacters (******). How can I do this ?

What are you trying to accomplish other than hiding the text.

  • Author

I want to use change password script by using 2 fields in find mode, so I want the caharacters to be shown as passwords characters (***).if it is possible or not.?

"I want to use change password script by using 2 fields in find mode"

Hi Mustafa55,

To accept User input, you need to use a field. It should be global fields in this case and you can either 1) install a password font on your system and set the global fields to that font or 2) use Custom Dialog to ask for user input of their password and Custom Dialog provides ability to check 'use password font'.

However, storing User passwords even temporarily into fields is unsafe practice. I encourage you to instead use the 'Change Password' script step, utilizing Security with privileges. :)

Let ( [

pw = passwordFIELD;

ast = "****************************************************************"

] ;

Left ( ast ; Length ( passwordFIELD) )

)

//passwordFIELD = your field user is entering in text

//otherfield or conditional using this calculation

  • Author

Let ( [

pw = passwordFIELD;

ast = "****************************************************************"

] ;

Left ( ast ; Length ( passwordFIELD) )

)

//passwordFIELD = your field user is entering in text

//otherfield or conditional using this calculation

thank you so much. This is what I want. I have just tried this formula and ıt works.I thank all of you for your comments.

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.