lightspeedretail / webstore

Web Store eCommerce solution for Lightspeed
http://www.lightspeedpos.com/webstore
Open Software License 3.0
85 stars 63 forks source link

install.php doesn't support db passwords containing asterisks #666

Open garretthyder opened 9 years ago

garretthyder commented 9 years ago

Hello,

Wanted to point out my install.php was bombing due to a mysqli connection error, I tracked it down to the password being stored into config/wsdb.php was stripping out the asterisks (*) within my password.

To workaround simply change your password to drop the asterisks in my MySQL Database Admin and use the changed password to run the install.php again.

Not sure if the install script can be fixed to accommodate these special characters, if not maybe a note on the install screen can be added.

Cheers

tylerforesthauser commented 9 years ago

I believe this to be an extension of #622 and #631. I put in a temporary fix in #622 that may be easier to use.

garretthyder commented 9 years ago

Thanks @tylerforesthauser