Ability to enter a password when the first user is created
This commit is contained in:
parent
97161413e7
commit
055ee962c9
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