From 0097f67d8656c27a07986b727869afa3c052ce41 Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 14 Feb 2019 20:56:17 -0700 Subject: [PATCH] Login: Add notes about invites and password resets --- tildes/scss/modules/_form.scss | 4 ++++ tildes/tildes/templates/login.jinja2 | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tildes/scss/modules/_form.scss b/tildes/scss/modules/_form.scss index e34ae43..9e541a1 100644 --- a/tildes/scss/modules/_form.scss +++ b/tildes/scss/modules/_form.scss @@ -28,6 +28,10 @@ select.form-select:not([multiple]) { } } +.form-login { + margin-bottom: 2rem; +} + .form-buttons { display: flex; flex-direction: row-reverse; diff --git a/tildes/tildes/templates/login.jinja2 b/tildes/tildes/templates/login.jinja2 index a15286e..7b82a77 100644 --- a/tildes/tildes/templates/login.jinja2 +++ b/tildes/tildes/templates/login.jinja2 @@ -8,7 +8,7 @@ {% block main_heading %}Log in{% endblock %} {% block content %} -
+
@@ -32,4 +32,10 @@
+ +
+ +

Tildes is currently in invite-only alpha, and you must be invited to be able to register. Most of the existing users have the ability to invite others, so if you know someone that has an account, you can ask them for an invite. Otherwise, please read the announcement blog post for more info about the site and instructions for requesting an invite from the site admin.

+ +

If you already have a Tildes account but have forgotten your password, please send an email (you must include your username) to password@tildes.net.

{% endblock %}