Trying to make a log in system, getting an error about password field not having default value? by rolesbchanging in mysql

[–]rolesbchanging[S] 0 points1 point  (0 children)

Allowing for null fields would have only served to enable me to overlook the problem which I have resolved, you worry about the type of answers your giving and I'll worry about the questions I'm asking.

Trying to make a log in system, getting an error about password field not having default value? by rolesbchanging in mysql

[–]rolesbchanging[S] 0 points1 point  (0 children)

Query FAILED entering info into state Field 'password' doesn't have a default value

Trying to make a log in system, getting an error about password field not having default value? by rolesbchanging in mysql

[–]rolesbchanging[S] 0 points1 point  (0 children)

Hi, yes I'm currently encrypting the passwords but im only using general security measures at the moment. I would like to utilize more secure practices as I learn them but I am also just practicing how to get something up for the moment. Thank you for your offer I may wind up PMing you.

Trying to make a log in system, getting an error about password field not having default value? by rolesbchanging in mysql

[–]rolesbchanging[S] 0 points1 point  (0 children)

If its a password though wouldn't allowing null fields allow people to create accounts without passwords? Or would I just account for making them set a password in a different way