Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: f7fc4177af3d5a82d1a04a2519bd13ee63d2a062 https://github.com/phpmyadmin/phpmyadmin/commit/f7fc4177af3d5a82d1a04a2519bd... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-08-21 (Sat, 08 August 2021) -03:00
Changed paths: A libraries/classes/Controllers/Server/Privileges/AccountLockController.php A libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php A libraries/classes/Server/Privileges/AccountLocking.php A test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php A test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php A test/classes/Query/CompatibilityTest.php A test/classes/Server/Privileges/AccountLockingTest.php A themes/bootstrap/img/lock-open.svg A themes/metro/img/lock_open.png A themes/pmahomme/img/lock_open.png M ChangeLog M doc/vendors.rst M js/src/server/privileges.js M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Query/Compatibility.php M libraries/classes/Server/Privileges.php M libraries/routes.php M libraries/services.php M libraries/services_controllers.php M psalm-baseline.xml M templates/server/privileges/users_overview.twig M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/ResponseRenderer.php M themes/bootstrap/scss/_icons.scss M themes/metro/scss/_icons.scss M themes/original/scss/_icons.scss M themes/pmahomme/scss/_icons.scss
Log Message: ----------- Add support for account locking
- https://dev.mysql.com/doc/refman/en/account-locking.html - https://mariadb.com/kb/en/account-locking/
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 07105257363ba8d5ef21de0dc7eb8cc72c920b47 https://github.com/phpmyadmin/phpmyadmin/commit/07105257363ba8d5ef21de0dc7eb... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-08-21 (Sat, 08 August 2021) -03:00
Changed paths: A libraries/classes/Controllers/Server/Privileges/AccountLockController.php A libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php A libraries/classes/Server/Privileges/AccountLocking.php A test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php A test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php A test/classes/Query/CompatibilityTest.php A test/classes/Server/Privileges/AccountLockingTest.php A themes/bootstrap/img/lock-open.svg A themes/metro/img/lock_open.png A themes/pmahomme/img/lock_open.png M ChangeLog M doc/vendors.rst M js/src/server/privileges.js M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Query/Compatibility.php M libraries/classes/Server/Privileges.php M libraries/routes.php M libraries/services.php M libraries/services_controllers.php M psalm-baseline.xml M templates/server/privileges/users_overview.twig M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/ResponseRenderer.php M themes/bootstrap/scss/_icons.scss M themes/metro/scss/_icons.scss M themes/original/scss/_icons.scss M themes/pmahomme/scss/_icons.scss
Log Message: ----------- Merge pull request #17083 from mauriciofauth/account-locking
Add support for account locking