Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
Add masked SettingType
trafficstars
Hi,
I would like to write an app where a username and a password is required.
Is there any (undocumented) option to create a masked text box in the settings for a custom app?
For now I use SettingType.STRING, but then the password can be read and easily copied. It would be nice if there was a masked / password text box the user can put their password in.
Cheers!
Would this be a good issue to start? If it is not that hard I would try to get it done. Where could I start?