Skip to content

Commit

Permalink
Merge pull request #241 from Ultimater/patch-1
Browse files Browse the repository at this point in the history
Fixing oauth issue "passwd is required"
  • Loading branch information
duythien committed Aug 17, 2017
2 parents 6995d17 + 8702c4c commit abeec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/phanbook.sql
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ CREATE TABLE `users` (
`votePoint` int(11) DEFAULT NULL,
`gender` int(1) NOT NULL DEFAULT '9',
`birthdate` date DEFAULT NULL,
`passwd` varchar(60) NOT NULL,
`passwd` varchar(60) DEFAULT NULL,
`registerHash` varchar(60) DEFAULT NULL,
`passwdForgotHash` varchar(60) DEFAULT NULL,
`lastPasswdReset` int(11) DEFAULT NULL,
Expand Down

0 comments on commit abeec1e

Please sign in to comment.