From fe8b04d31548b58d82acb7275a4ecabdf2e3b772 Mon Sep 17 00:00:00 2001 From: Amandus Date: Wed, 31 Jan 2024 16:09:08 +0100 Subject: [PATCH] Fix/logout on profile button (#339) * 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 --- qgis-app/fixtures/auth.json | 6 +++--- qgis-app/templates/base.html | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/qgis-app/fixtures/auth.json b/qgis-app/fixtures/auth.json index 16588237..24af50b9 100644 --- a/qgis-app/fixtures/auth.json +++ b/qgis-app/fixtures/auth.json @@ -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": "admin@admin.it", "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" } diff --git a/qgis-app/templates/base.html b/qgis-app/templates/base.html index 64f31845..a702adc1 100644 --- a/qgis-app/templates/base.html +++ b/qgis-app/templates/base.html @@ -22,7 +22,7 @@ - +