Help

Script or Feature that Would Allow a "Click to Show Password" Effect in a Field?

Topic Labels: Scripting extentions
944 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Heather_Marsden
4 - Data Explorer
4 - Data Explorer

Hi everyone! I would like to have a Login Vault on Airtable accessible to a client, but for more appearance of security we’d like to have the Password field entries all show up as *********** and were wondering if there is a script or another way to allow a “click to reveal password” action or “click to copy” option if not the first?

2 Replies 2
Pierre_Delannoy
6 - Interface Innovator
6 - Interface Innovator

Hey, I don’t know if you found a workaround for doing this ?

I’d love to do the same butI don’t think there is a way to act directly on the div block via the URL and add → input_typeMot+de+Passe=“password”

Maybe there is another way ?

Zack_S
8 - Airtable Astronomer
8 - Airtable Astronomer

Airtable probably isn’t the best option for a password manager for security purposes.

Using a password manager like LastPass, 1Password, or a free open source manager like KeePass is definitely worth the investment.

However, if you do decide to go this route you could do something like this.

image

Formula in Password Reveal is

IF({Show/Hide}=FALSE(), "*****", Password)