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
This commit is contained in:
mistic100 2012-01-14 13:08:43 +00:00
commit 5ea5350deb
7 changed files with 66 additions and 46 deletions

View file

@ -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>