-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
When I login to django admin with super user I get the following message.
The user_permissions array is also empty in mongodb.
{
"_id": ObjectId("57dc5db686w5c77e351e2e1c"),
"_cls": "User.Member",
"email": "[email protected]",
"password": "pbkdf2_sha256$24C000$7vNWGxjVxbr$LvauNaXnjlwPrGdG+3b1Cz04vpoW7f0kxV/0nkW6Abg=",
"is_active": true,
"is_superuser": true,
"last_login": ISODate("2016-08-11T12:03:58.895Z"),
"date_joined": ISODate("2016-08-11T11:12:53.376Z"),
"user_permissions": [],
"is_staff": true,
"username": "djadmin"
}
Is there anyway to fix this?
maxperei
Metadata
Metadata
Assignees
Labels
No labels
