3/7/2025 6:47 PM | |
Joined: 2/26/2024 Last visit: 8/6/2025 Posts: 130 Rating:
|
Hi All, How can I make the IO field for the password entry masked? Thanks. |
Last edited by: Mr_Prof at: 06/15/2025 17:37:39 |
|
3/9/2025 10:01 AM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Mr_Prof, Unfortunately, you would not be able to accomplish your task with V18. You would need the ChangeUser method introduced in V20. This method would allow you to perform a login by specifying a username and password as an asynchronous operation. A rejecte promise allows you to detect and respond to a login error. To hide the password input, you can use the HiddenInput property of the IO field. Kind regards |
This contribution was helpful to
1 thankful Users |
Follow us on