Jan 15, 2021 06:00 PM
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?
Aug 26, 2022 05:28 AM
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 ?
Aug 26, 2022 06:37 AM
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.
Formula in Password Reveal is
IF({Show/Hide}=FALSE(), "*****", Password)