-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: profile button logs user out previously clicking on the profile button would log the user out. This now loads the "my plugins" page which is more intuitive as it before needed the detour over the plugins page. * fix: fixture passwords admin -> admin staff -> staff creator -> creator * chore: change links from http to https * fix: block identifier
- Loading branch information
1 parent
2f7e9c1
commit fe8b04d
Showing
2 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"last_login": "2010-11-24 07:56:12", | ||
"groups": [], | ||
"user_permissions": [], | ||
"password": "sha1$d6c11$4f3f04e104dc8bbe7950234f0cd8406a65df0bdf", | ||
"password": "pbkdf2_sha256$150000$foQAQGi54z25$AQelhq+oBE3TOBJRT9F9UsEP5K1PSWQnQeozkmyc3fs=", | ||
"email": "", | ||
"date_joined": "2010-11-24 07:56:12" | ||
} | ||
|
@@ -30,7 +30,7 @@ | |
"last_login": "2010-11-25 07:35:07", | ||
"groups": [], | ||
"user_permissions": [], | ||
"password": "sha1$9ba9f$6088ef8abc2243a55e777e937159c8f2fd4920bb", | ||
"password": "pbkdf2_sha256$150000$BBba4NloaWZO$XN4lzpxcvFSrLl1QqiwQz/0ZLiEH/JTgEJE/uRRXWto=", | ||
"email": "[email protected]", | ||
"date_joined": "2009-10-06 18:04:20" | ||
} | ||
|
@@ -48,7 +48,7 @@ | |
"last_login": "2010-11-25 07:35:20", | ||
"groups": [], | ||
"user_permissions": [], | ||
"password": "sha1$cb97a$221727796b3f551e342dca9d00112f072e399182", | ||
"password": "pbkdf2_sha256$150000$GJga5YEinaWz$zJAjCXccvWHNPGmoZEjvBNgm1DGkjZGA3BmTVaNAxP4=", | ||
"email": "", | ||
"date_joined": "2010-11-25 07:35:20" | ||
} | ||
|
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