From: Sawyer Bergeron Date: Thu, 3 Jan 2019 19:39:47 +0000 (-0500) Subject: Alert users that ssh key is required X-Git-Tag: 2.0.99~170 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ee0534cdb53c90d724d818c69595662ac3c59269;p=laas.git Alert users that ssh key is required Any users that have not uploaded an ssh key will see a message on the landing page that they need to upload one. Message is not seen by people who have already uploaded a key Change-Id: I01667e161521d801090173d47815abbeff094907 Signed-off-by: Sawyer Bergeron --- diff --git a/src/templates/dashboard/landing.html b/src/templates/dashboard/landing.html index b1eec86..0b468e5 100644 --- a/src/templates/dashboard/landing.html +++ b/src/templates/dashboard/landing.html @@ -3,6 +3,11 @@ {% block content %}
+ {% if not request.user.userprofile.ssh_public_key %} +

+ Warning: you need to upload an ssh key under account settings if you wish to log into the servers you book +

+ {% endif %}

Welcome to the Pharos Dashboard! To get started, select one of the options below:

{% csrf_token %}