-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicate Keys have been removed. Group and Permission (and other) fields have been changed to varchar. Definition column added to aauth_groups table. Boolean fields changed to tinyint(1).
- Loading branch information
Showing
1 changed file
with
34 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pass
should be size of64
. I had a problem where no user in my application could login, even creating a new one, and trying to login right at the time, failed. Then I tried with an old download I've did last year and it worked perfectly. So I looked and found this problem. After I changed to255
it worked.