You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!