Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add an option to permit connection in sandbox mode for expired password (MDEV-7597)
If user password has expired, the client will be able to reset the account password with SET PASSWORD.
Attachments
Issue Links
- relates to
-
MDEV-7597 Expiration of user passwords
-
- Closed
-
The connection is now possible with user having expired password when enabling
the option `permitConnectionWhenExpired`.
The only possible operation, in this case, will be to change password
('SET PASSWORD=PASSWORD('XXX')') before issuing any other command.