ookii-dialogs-wpf icon indicating copy to clipboard operation
ookii-dialogs-wpf copied to clipboard

Suggestion: Use CredentialDialog without username?

Open shannonfonseka opened this issue 3 years ago • 0 comments

Hello, I have one suggestion, is there a way to use the CredentialDialog without the username field? The program I'm making would be a zip file accessing program, and to open protected zip files, the user would require to enter the password for the zip file. I know, I can create a separate window and use it, but I would prefer using the CredentialDialog because it looks cool (I'm sure using CredentialDialog would mislead people because the "Windows Security" shows up on the title, in Windows 11. And it doesn't change when I add the dialog.WindowTitle = "Credential dialog sample", this works for Windows 10).

For example like this, but without asking for the Windows PIN or password:

image

And also will it be possible to put a button below the password field saying "I forgot my password" or anything, just like in the picture? The language I'll be working on will be VB. This is an amazing project by the way. Thanks.

shannonfonseka avatar Jan 07 '22 08:01 shannonfonseka