mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
add plugin outlet create-account-after-password
This commit is contained in:
parent
a7be68500d
commit
f48338df54
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user