diff --git a/.env b/.env index aff7b04..35b39b6 100644 --- a/.env +++ b/.env @@ -1,9 +1,11 @@ +MASTER_PASSWORD=pipperepettenuse + DB_NAME=wallet DB_USER=postgres DB_PASSWORD=BatManu#171017 DB_HOST=10.211.114.101 DB_PORT=5432 -MASTER_PASSWORD=pipperepettenuse + MQTT_HOST=10.211.114.214 MQTT_PORT=1883 MQTT_KEEPALIVE=60 @@ -11,3 +13,6 @@ MQTT_USER=alex MQTT_PASSWORD=batt1l0 MQTT_DS_TOPIC="$CONTROL/dynamic-security/v1" MQTT_DS_RESP_TOPIC="$CONTROL/dynamic-security/v1/response" + +GMAIL_USER=alessandro.battilani@gmail.com +GMAIL_PASSWORD=batmanu#171017 \ No newline at end of file diff --git a/avatars/ape1.jpg b/avatars/ape1.jpg new file mode 100644 index 0000000..4f4e4b9 Binary files /dev/null and b/avatars/ape1.jpg differ diff --git a/avatars/ape2_hSVw8me.jpg b/avatars/ape2_hSVw8me.jpg new file mode 100644 index 0000000..1a697f7 Binary files /dev/null and b/avatars/ape2_hSVw8me.jpg differ diff --git a/templates/account/login.html b/templates/account/login.html index 8128cd2..266b413 100644 --- a/templates/account/login.html +++ b/templates/account/login.html @@ -7,7 +7,7 @@ {% block content %}

{% trans "Sign In" %}

- If you have not created an account yet, then please + {% trans "If you have not created an account yet, then please" %} - + @@ -23,10 +23,11 @@ - {% include 'includes/messages.html' %} {% include 'includes/header.html' %} + {% include 'includes/messages.html' %} + {% block layout %} {% endblock %} diff --git a/templates/includes/header.html b/templates/includes/header.html index 495ac1a..9cde5a9 100644 --- a/templates/includes/header.html +++ b/templates/includes/header.html @@ -1,8 +1,8 @@ {% load static %} -

+
- ASE + ASE MQTT User Management
@@ -14,13 +14,17 @@