diff options
author | mistic100 <mistic@piwigo.org> | 2012-01-14 13:08:43 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-01-14 13:08:43 +0000 |
commit | 5ea5350deb37777e815248488fd49699c18ab9e2 (patch) | |
tree | 5470bfcb5d8ccb7fca0ca07e9bd7448206cf5225 /themes/default/template | |
parent | 34a70eceec0cdfed0203e4bee816256faa8c0294 (diff) |
feature:2021 email notification on user creation, add checkboxes on register and install pages
git-svn-id: http://piwigo.org/svn/trunk@12885 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/register.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index e1ecfffc5..851e4d150 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -46,6 +46,12 @@ ({'useful when password forgotten'|@translate}) {/if} </li> + <li> + <span class="property"> + <label for="send_password_by_mail">{'Send my password by email'|@translate}</label> + </span> + <input type="checkbox" name="send_password_by_mail" id="send_password_by_mail" value="1" checked="checked"> + </li> </ul> </fieldset> |