Hi Community members,
I need to hide my password text from the Login page in the latest UiPath apps version of 25 August 2023, Kindly find the below screenshot and suggest some solution to make it possible.
@Arvind_Kumar1 @Gokul001 @Venkata_Rajendran @Nithinkrishna @Sudharsan_Ka
1 Like
@karthickrkumaran ,
we don’t have any password control to mask and unmask text right now into apps as direct approach.
you can do some alternate approach.
Create two variable for New Password and ReEnter New Password
Once user enter text and complete then on change please transfer text to the App Variable
After Transfer to app variable set text box control to ********* manually
Similar you can do from Reenter password.
Implement an another rule to match both variable and if not matching throw a red text below saying passwords do not match.
Same approach you can do into Login once enter transfer to the variable and verify from password storage.
Hope this will help you.
Thanks,
Arvind
1 Like
Hi @karthickrkumaran ,
Maybe another workaround could also be keeping the Background and Font color same, just so that it will be difficult to grasp what is being typed
@Arvind_Kumar1 , @Nithinkrishna , You could maybe validate if it is a good approach for the current scenarios.
ppr
(Peter Preuss)
September 5, 2023, 8:26am
5
Yes but thus UI will not look in this case and easily can be inspected.
1 Like
system
(system)
Closed
September 8, 2023, 10:13am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.