sagedemage / steam_game_review

A website to review Steam games you own and games recommended to you.
MIT License
0 stars 0 forks source link

Character Length for passHash is too small #10

Closed sagedemage closed 1 year ago

sagedemage commented 1 year ago

Character Length for passHash is too small

Changed the character length for the passHash to 255.

Reason

I searched up on stack overflow that a password hash should have 255 characters to store it in the database since it is a long variable. It is on 9-character-length-for-passhash-is-too-small branch. I also increased character length for the email attribute since emails can be very long. I slightly increase character length of the username in case a user has a long username.

Tasks Done