Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Value cannot be null or whitespace - Parameter name: dbPassword #112#114

Open
sinkypars1885 wants to merge 1 commit into
Shazwazza:masterfrom
sinkypars1885:master
Open

Value cannot be null or whitespace - Parameter name: dbPassword #112#114
sinkypars1885 wants to merge 1 commit into
Shazwazza:masterfrom
sinkypars1885:master

Conversation

@sinkypars1885
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Owner

@Shazwazza Shazwazza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, have left a question inline


public new bool VerifyPassword(string password, string hashedPassword)
{
if (hashedPassword == null)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't this basically bypass password security by just entering a blank password?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants