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

View File

@ -55,6 +55,7 @@
{{/if}} {{/if}}
{{plugin-outlet name="create-account-before-password" {{plugin-outlet name="create-account-before-password"
noTags=true
args=(hash accountName=accountName args=(hash accountName=accountName
accountUsername=accountUsername accountUsername=accountUsername
accountPassword=accountPassword accountPassword=accountPassword
@ -86,6 +87,13 @@
</td> </td>
</tr> </tr>
{{plugin-outlet name="create-account-after-password"
noTags=true
args=(hash accountName=accountName
accountUsername=accountUsername
accountPassword=accountPassword
userFields=userFields)}}
</table> </table>
{{#if userFields}} {{#if userFields}}