Commit a085896
committed
[BUGFIX] Allow to resend the confirmation email from Registration and ResendConfirmationMail plugin
Resending a confirmation email can either be triggered by using a dedicated
`ResendConfirmationMail` plugin on a separate page or by manually linking to
the `resendConfirmationDialogue` action in a template of the `Registration` plugin.
The second option allows to use that action without having to add a page for it.
[[BUGFIX] Failing resend frontend view](a141aa5)
changed the code to only allow `ResendConfirmationMail`, but both options are valid.1 parent 6864171 commit a085896
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| 516 | + | |
516 | 517 | | |
517 | | - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
518 | 523 | | |
519 | 524 | | |
520 | 525 | | |
| |||
0 commit comments