diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-02-23 12:41:41 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2015-02-23 12:41:41 +0000 |
commit | b579d9b093fa2b9ec458e6b3970d42b69b993fd6 (patch) | |
tree | 0e7c010d70c72763a24f0b0d568eb8faa6ab4ab2 | |
parent | 8b737486eb77335deca2c93db37c9fe66c7b1ef0 (diff) | |
download | infrastructure-b579d9b093fa2b9ec458e6b3970d42b69b993fd6.tar.gz |
openid_provider: Note that activation emails may be delayed
-rw-r--r-- | baserock_openid_provider/templates/registration/registration_complete.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/baserock_openid_provider/templates/registration/registration_complete.html b/baserock_openid_provider/templates/registration/registration_complete.html index 9f525c32..6bc06bc0 100644 --- a/baserock_openid_provider/templates/registration/registration_complete.html +++ b/baserock_openid_provider/templates/registration/registration_complete.html @@ -4,4 +4,8 @@ {% block content %} <p>You are now registered. An activation email has been sent to you with a link that you will need to click to activate your account.</p> + +<p>The mail should arrive within 15 minutes, depending on your mail provider's +use of <a href="https://en.wikipedia.org/wiki/Greylisting>greylisting.</a></p> +</p> {% endblock %} |