From f6a756387bfa31fbfab6031d271419836d7a4661 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 1 Apr 2019 11:09:47 +0200 Subject: [PATCH] Clarify when a password is entered in the community auth signup flow Suggested by Andreas Scherbaum. --- pgweb/account/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pgweb/account/views.py b/pgweb/account/views.py index 794165c2..f83247ec 100644 --- a/pgweb/account/views.py +++ b/pgweb/account/views.py @@ -357,7 +357,8 @@ def signup(request): 'form_intro': """ To sign up for a free community account, enter your preferred userid and email address. Note that a community account is only needed if you want to submit information - all -content is available for reading without an account. +content is available for reading without an account. A confirmation email will be sent +to the specified address, and once confirmed a password for the new account can be specified. """, 'savebutton': 'Sign up', 'operation': 'New', -- 2.39.5