sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
653 stars 444 forks source link

MySQL Password Limitations #116

Closed Chewza closed 1 year ago

Chewza commented 9 years ago

Currently, users are unable to use special characters in their MySQL passwords.

Best practices are Multi-Case, Alpha-Numeric, Special Characters.

I do not see any limitations from MySQL which prohibits the usage of special characters in user passwords.

MBlagui commented 9 years ago

supported by mariaDB and should be allowed

@bobsta63

Dukecitysolutions commented 1 year ago

Seems to be resolved in MySQL 5.7+. Can not replicate in Sentora v2 with Ubuntu. Need to test with CentOS. Closing for now.