Merge pull request #1722 from annando/1506-password-on-install
Ability to enter a password when the first user is created
This commit is contained in:
commit
3349bba665
3 changed files with 39 additions and 18 deletions
|
@ -44,6 +44,11 @@
|
|||
</div>
|
||||
<div id="register-email-end" ></div>
|
||||
|
||||
{{if $passwords}}
|
||||
{{include file="field_password.tpl" field=$password1}}
|
||||
{{include file="field_password.tpl" field=$password2}}
|
||||
{{/if}}
|
||||
|
||||
<p id="register-nickname-desc" >{{$nickdesc}}</p>
|
||||
|
||||
<div id="register-nickname-wrapper" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue