Commit 8b63b07e authored by Vincent Pelletier's avatar Vincent Pelletier

Improve "account being validated" message.

parent 2bada606
......@@ -60,7 +60,7 @@ if credential_request.getValidationState() in (\'submitted\', \'accepted\'):\n
else:\n
credential_request.submit(comment=\'Create by subscription form\')\n
mail_message.deliver()\n
message = "Your account is being activated. You will receive one e-mail after finish the activation"\n
message = "Your account is being activated. You will receive an e-mail when activation is complete."\n
\n
return context.Base_redirect("login_form?portal_status_message=%s" % message)\n
</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment