From 1e7acfce7aaef252e5138c1e0970f0731d56a393 Mon Sep 17 00:00:00 2001 From: Burathar Date: Sat, 20 Mar 2021 23:00:31 +0100 Subject: [PATCH] Add login to navbar --- biscd/biscd/templates/base.html | 22 ++++++++++++++++++++-- installation-files/users_example.yaml | 5 ++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/biscd/biscd/templates/base.html b/biscd/biscd/templates/base.html index 0bcf176..c60eec9 100644 --- a/biscd/biscd/templates/base.html +++ b/biscd/biscd/templates/base.html @@ -14,7 +14,7 @@
diff --git a/installation-files/users_example.yaml b/installation-files/users_example.yaml index 7d3fc68..3575c8e 100644 --- a/installation-files/users_example.yaml +++ b/installation-files/users_example.yaml @@ -1,4 +1,7 @@ users: - henk: email: mymail@mail.com - password_hash: pbkdf2:sha256:150000$uuFRyvLs$ee9863f169db786e82b9e2abe0c2cf3434e925479d0919f3b4046ebbfa0aeb28 \ No newline at end of file + password_hash: pbkdf2:sha256:150000$uuFRyvLs$ee9863f169db786e82b9e2abe0c2cf3434e925479d0919f3b4046ebbfa0aeb28 +- Carl: + email: carl@mail.com + password_hash: pbkdf2:sha256:150000$v4UyXVie$898ba71cdf3adefd7c1b6ed611897a3c8ca3151bd2628b490a052f554bae113e