Best practices for secure login in Studio Web

Dear all, I am beginning my journey in web development. If I have a page where I need to enter my credentials to log in, how can I do it securely, ensuring that it is not visible to others?

Hi @Matias_Clemente.Arg

You could use a Type-Into Activity with Secure Text as the input.

Create the variable:


2 Likes

Hi @Matias_Clemente.Arg

Another method, you can just create an asset with asset type credential and provide username & password there.
After that you can use anywhere in UiPath studio.

Happy Automation

2 Likes

Hello, yes, I was aware of that method in UiPath Studio, but I couldn’t find how to access that option from Studio Web.

But how do I give them my password, let’s imagine “Password1234”

Hi @Matias_Clemente.Arg
Follow the same steps as far as creating the credential asset in orchestrator is concerned.

As for the Studio Web, you can use the same activity as in Desktop:


After that you can use the Type-into as i mentioned earlier.

Happy Automation :star_struck:

1 Like

thanks! That is exactly what I was looking for; I had forgotten about that activity. Thank you.

1 Like

Do close the thread by marking the solution. :smiling_face_with_three_hearts:
Happy Automation :star_struck:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.