From 114a6fb65e14f15487bc8db33cedae011fc42cac Mon Sep 17 00:00:00 2001 From: maxbr Date: Fri, 19 Aug 2016 17:15:28 +0200 Subject: Use Jira Oauth for user authentication JIRA: RELENG-12 Users can use their jira accounts for the dashboard. This also allows the dasboard to open jira tickets for bookings. Signed-off-by: maxbr --- pharos-dashboard/templates/base.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'pharos-dashboard/templates/base.html') diff --git a/pharos-dashboard/templates/base.html b/pharos-dashboard/templates/base.html index 1479b04..64174a1 100644 --- a/pharos-dashboard/templates/base.html +++ b/pharos-dashboard/templates/base.html @@ -39,11 +39,8 @@ {% else %}
  • - Login + Login with Jira
  • - - Register {% endif %} @@ -57,18 +54,23 @@ -- cgit 1.2.3-korg