add plugin outlet create-account-after-password
This commit is contained in:
parent
a7be68500d
commit
f48338df54
|
@ -55,6 +55,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{plugin-outlet name="create-account-before-password"
|
||||
noTags=true
|
||||
args=(hash accountName=accountName
|
||||
accountUsername=accountUsername
|
||||
accountPassword=accountPassword
|
||||
|
@ -86,6 +87,13 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
{{plugin-outlet name="create-account-after-password"
|
||||
noTags=true
|
||||
args=(hash accountName=accountName
|
||||
accountUsername=accountUsername
|
||||
accountPassword=accountPassword
|
||||
userFields=userFields)}}
|
||||
|
||||
</table>
|
||||
|
||||
{{#if userFields}}
|
||||
|
|
Loading…
Reference in New Issue