Updating initial user password

remotes/origin/enhancement/email-actions
Alejandro Alonso 2013-07-16 09:56:46 +02:00 committed by David Barragán Merino
parent 3ac7398dc5
commit 0a58d85f8b
1 changed files with 20 additions and 20 deletions

View File

@ -1,26 +1,26 @@
[ [
{ {
"pk": 1, "pk": 1,
"model": "base.user", "model": "base.user",
"fields": { "fields": {
"username": "admin", "username": "admin",
"first_name": "", "first_name": "",
"last_name": "", "last_name": "",
"description": "", "description": "",
"default_language": "", "default_language": "",
"color": "", "color": "",
"photo": "", "photo": "",
"is_active": true, "is_active": true,
"colorize_tags": false, "colorize_tags": false,
"default_timezone": "", "default_timezone": "",
"is_superuser": true, "is_superuser": true,
"token": "", "token": "",
"is_staff": true, "is_staff": true,
"last_login": "2013-04-04T07:36:09.880Z", "last_login": "2013-04-04T07:36:09.880Z",
"groups": [], "groups": [],
"user_permissions": [], "user_permissions": [],
"password": "bcrypt$$2a$12$3DrLUj1bqp2wq7.suH6DXOUxBRyNIedWT7kr5Av7oOmA/KVkVIQGG", "password": "pbkdf2_sha256$10000$oRIbCKOL1U3w$/gaYMnOlc/GnN4mn3UUXvXpk2Hx0vvht6Uqhu46aikI="
"email": "niwi@niwi.be", "email": "niwi@niwi.be",
"date_joined": "2013-04-01T13:48:21.711Z" "date_joined": "2013-04-01T13:48:21.711Z"
} }
} }