diff options
Diffstat (limited to 'app/views/user/signchange_confirm.rhtml')
-rw-r--r-- | app/views/user/signchange_confirm.rhtml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/user/signchange_confirm.rhtml b/app/views/user/signchange_confirm.rhtml new file mode 100644 index 000000000..baad6729b --- /dev/null +++ b/app/views/user/signchange_confirm.rhtml @@ -0,0 +1,13 @@ +<% @title = h("Now check your email!") %> + +<h1 class="confirmation_heading">Now check your email!</h1> + +<p class="confirmation_message"> +We've sent you an email, click the link in it, then you can change your password. +</p> + +<p class="confirmation_message"> +<small>If you use web-based email or have "junk mail" filters, also check your +bulk/spam mail folders. Sometimes, our messages are marked that way.</small> +</p> + |