This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Description
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!