lithnet / access-manager

Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
Other
238 stars 20 forks source link

Can the numbers, uppercase letters, lowercase letters, and special characters in the password be marked with different colors? #210

Closed mengdahuang closed 1 year ago

mengdahuang commented 1 year ago

Hello, Can the numbers, uppercase letters, lowercase letters, and special characters in the password be marked with different colors?

thanks

ryannewington commented 1 year ago

Letters, numbers and symbols are all in different colours. Lower and upper characters are not, but we use a specific font that clearly distinguishes between similar letters (upper case I and lower case L for example).

mengdahuang commented 1 year ago

thank you for your quickly reply.

could you please tell me how to change the fonts by user self? In fact, I came from another project of yours called "laps-web." I've been running that project smoothly for several years. I just want to make the differentiation between uppercase and lowercase letters a bit clearer.

Could you help me make uppercase and lowercase letters appear in different colors, or allow me to change the font to something more distinguishable? Thank you very much for your time and this wonderful tool.

ryannewington commented 1 year ago

Unfortunately it's not a user customisable option to change it. We'd have to look at adding an option in a future version.

mengdahuang commented 1 year ago

all right,

I've tried to change the source code, add password-char-upper and password-char-lower However, it seems that this 'control' directory and configuration file haven't been invoked. I'm wondering if I need to republish it using Visual Studio?

image

image

thank you so much.

mengdahuang commented 1 year ago

closed