add plugin outlet create-account-after-password

This commit is contained in:
Shoshana Berleant 2018-05-27 18:19:57 -07:00 committed by Sam
parent a7be68500d
commit f48338df54
1 changed files with 8 additions and 0 deletions

View File

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