We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yes
1、case1:auth 123 is valid
auth 123
requirepass : requirepass userpass : 123 userblacklist :
2、case2:auth 123 is valid
requirepass : requirepass userpass : 123 userblacklist : flushall user : limit on >limitpass ~* +@all &*
3、case3:auth 123 is invalid
requirepass : requirepass userpass : 123 userblacklist : user : limit on >limitpass ~* +@all &*
the problem is that in case3, auth 123 should be valid, but not actually
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is this a regression?
Yes
Description
1、case1:
auth 123
is valid2、case2:
auth 123
is valid3、case3:
auth 123
is invalidthe problem is that in case3,
auth 123
should be valid, but not actuallyPlease provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: