Clarify when a password is entered in the community auth signup flow
authorMagnus Hagander <magnus@hagander.net>
Mon, 1 Apr 2019 09:09:47 +0000 (11:09 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 1 Apr 2019 09:10:46 +0000 (11:10 +0200)
Suggested by Andreas Scherbaum.

pgweb/account/views.py

index 794165c2b766aefb74ced38d409e2cd3a504db94..f83247ec77289d214edda6bc241028b3809481dd 100644 (file)
@@ -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',