You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2018. It is now read-only.
You must truncate blank or empty spaces on either end of username string
Bcypt password hashing has a limit for maximum no of characters in password, even tho tho it hashes md5 text am pretty sure client has some password limit
PDO Error mode is set true, you didn't catch any error. It's always good to try catch error at very basic step.
There are some columns in db, which are set to not null, so it throws an error while trying to insert a user.(This is a problem most user faces)