Password shown as *******

I just create an HR app for my team I want them to get in easily because they are not using email. So, I want to create a screen with an easy User and Password. How can I make a password text box to be shown as ****** while they are entering their passwords.

Thanks

1 Like

I don’t recommend you to create a custom authentication system within Glide. It is not secure. Data can be downloaded by anyone who has access to the app. Only row owners can add view restriction. But it will still allow to view the password in plain text.

I really suggest you to use email as authentication. Maybe you might want to check for email solution.

4 Likes

I appreciate your concern but as I said email will be a bit hard for them. So, if I could use CSS, it is going to be easy for them

Thanks

I agree with Maxime. It’s recommended you use the authentication methods provided natively by Glide: email, SMS or single sign-on.

Anything else won’t be considered a secure authentication method.

2 Likes