Bug #118069 | Inappropriate error message about passwords policies when revoking rights from an non-existing user | ||
---|---|---|---|
Submitted: | 28 Apr 9:28 | Modified: | 10 Jun 20:43 |
Reporter: | Björn Voigt (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S3 (Non-critical) |
Version: | 8.0.42 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | password, revoke privilege |
[28 Apr 9:28]
Björn Voigt
[28 Apr 10:02]
MySQL Verification Team
Hello Björn, Thank you for the report and feedback. regards, Umesh
[10 Jun 20:43]
Björn Voigt
The error message is displayed for account management actions, if the user does not exists: mysql> ALTER USER 'test123'@'localhost' PASSWORD EXPIRE; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements mysql> ALTER USER 'test123'@'localhost' ACCOUNT LOCK; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements