Skip to content

Commit

Permalink
Add note on PASSWORD_HASH_MYSQL saying it won't work on MySQL 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 3, 2019
1 parent 4abc416 commit 2ef72e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/classes/datatypes/ezuser/ezuser.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class eZUser extends eZPersistentObject
/// MD5 of site, user and password
const PASSWORD_HASH_MD5_SITE = 3;
/// Legacy support for mysql hashed passwords
/// NB! Does not work as of MySQL 8.0 where this has been removed from MySQL.
const PASSWORD_HASH_MYSQL = 4;
/// Passwords in plaintext, should not be used for real sites
const PASSWORD_HASH_PLAINTEXT = 5;
Expand Down

0 comments on commit 2ef72e0

Please sign in to comment.