diff options
author | friendica <info@friendica.com> | 2013-02-08 03:11:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-08 03:11:40 -0800 |
commit | dbc024cdaf085131023479809de5fb0c06ea4869 (patch) | |
tree | 12c33c9f10ad7b848c8dc8ac547340ef6fb11689 /view | |
parent | 1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3 (diff) | |
download | volse-hubzilla-dbc024cdaf085131023479809de5fb0c06ea4869.tar.gz volse-hubzilla-dbc024cdaf085131023479809de5fb0c06ea4869.tar.bz2 volse-hubzilla-dbc024cdaf085131023479809de5fb0c06ea4869.zip |
perhaps REGISTER_VERIFY will work now. I'll test it and make certain it works some day. But not today.
Diffstat (limited to 'view')
-rw-r--r-- | view/en/register_open_eml.tpl | 2 | ||||
-rw-r--r-- | view/en/smarty3/register_open_eml.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/en/register_open_eml.tpl b/view/en/register_open_eml.tpl index 68c4a722b..648720621 100644 --- a/view/en/register_open_eml.tpl +++ b/view/en/register_open_eml.tpl @@ -4,7 +4,7 @@ The login details are as follows: Site Location: $[siteurl] Login: $[email] -Password: $[password] +Password: (the password supplied during registration) If this account was created without your knowledge and is not desired, please login and remove the account from the links on the Settings page, and we diff --git a/view/en/smarty3/register_open_eml.tpl b/view/en/smarty3/register_open_eml.tpl index 377fa8436..e6702f478 100644 --- a/view/en/smarty3/register_open_eml.tpl +++ b/view/en/smarty3/register_open_eml.tpl @@ -9,7 +9,7 @@ The login details are as follows: Site Location: {{$siteurl}} Login: {{$email}} -Password: {{$password}} +Password: (the password supplied during registration) If this account was created without your knowledge and is not desired, please login and remove the account from the links on the Settings page, and we |