As I am building a login page, I need to hide the password the user gives. But i can’t find any options there already. How to do it.
Hi @anglo
The following thread might be helps you
-Create a login page or use an existing form where the user needs to enter their password.
-Drag and drop an “Input” activity from the Activities panel to your workflow.
-In the Input activity’s properties, set the “Input Type” to “Password.”
-Configure the rest of the Input activity according to your needs, such as specifying a variable to store the password input and providing a prompt or label for the password field.
-Add any other necessary activities to handle the login process, such as clicking a “Submit” button, processing the password, and validating user credentials.
Cheers…!
@anglo , From my knowledge, the hide option is not available in Uiipath apps. Instead, you can try to set the text colour the same as the background colour. It may helps you.
Xaml : - Hide_password.zip (4.5 KB)
You can try this way it will hide the password for suppose the user as given the input and while typing the password it will not show it will show only in the star(*) or dot(.)
output : -
@anglo