Hide password reset form if mjml is not setup
This commit is contained in:
parent
0bae0abbbb
commit
4262c20172
1 changed files with 19 additions and 17 deletions
|
@ -141,6 +141,7 @@ $page->navigation();
|
|||
is the most trusted open source password manager.
|
||||
</p>
|
||||
|
||||
<?php if ($options->getOption('mjml_api_key') && $options->getOption('mjml_api_secret')) { ?>
|
||||
<p>
|
||||
<form class="ui form reset" method="post">
|
||||
<div class="field">
|
||||
|
@ -162,6 +163,7 @@ $page->navigation();
|
|||
</p>
|
||||
|
||||
<p>Please note that you have to enter the email address, you have registered with.</p>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue