Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Fixing Password errors

Latest
Compare
Choose a tag to compare
@p410n3 p410n3 released this 01 Oct 14:21
· 14 commits to master since this release
8f56e63

So as the PHP noob I am I used double quotes for the hashed password instead of single ones. Meaning that the string got escaped and may or may not break depending on what characters were included. This is now fixed.