Skip to content

Commit

Permalink
Merge pull request jfm-so#1 from MystPhysX/patch-1
Browse files Browse the repository at this point in the history
Fixed Google 2FA
  • Loading branch information
MystPhysX committed Sep 1, 2015
2 parents 3ac76c4 + c6eb7db commit 5a95347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CREATE TABLE IF NOT EXISTS `users` (
`admin` varchar(1) DEFAULT NULL,
`locked` varchar(1) DEFAULT NULL,
`supportpin` varchar(6) DEFAULT NULL,
`secret` varchar(10) NOT NULL,
`secret` varchar(16) NOT NULL,
`authused` varchar(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
Expand Down

0 comments on commit 5a95347

Please sign in to comment.