Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 042b114e24da8ee1ec90af8115a361dd2563cbfe
https://github.com/phpmyadmin/phpmyadmin/commit/042b114e24da8ee1ec90af8115a…
Author: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Date: 2019-10-27 (Sun, 10 October 2019) +01:00
Changed paths:
M js/functions.js
Log Message:
-----------
fix #15491 Generate password complexity setting
Add symbols to possible characters for suggested passwords to have a chance to match the default value of validate_password_special_char_count when validate_password_policy is set to MEDIUM or higher.
Signed-off-by: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Commit: 6679499d5c719af00b2f256610c4e10a3da9c398
https://github.com/phpmyadmin/phpmyadmin/commit/6679499d5c719af00b2f256610c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-11-01 (Fri, 11 November 2019) -03:00
Changed paths:
M js/functions.js
Log Message:
-----------
Merge pull request #15535 from Tithugues/feature/fix-15491-symbols-in-suggested-passwords
fix #15491 Generate password complexity setting