Skip to content

Commit

Permalink
Merge pull request #2350 from splitbrain/resendpwdfix
Browse files Browse the repository at this point in the history
add user interface back to resendpwd action. fixes #2349
  • Loading branch information
splitbrain committed Apr 28, 2018
2 parents a628a7c + 4347c5b commit 1ffed7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/Action/Resendpwd.php
Expand Up @@ -37,6 +37,11 @@ public function preProcess() {
}
}

/** @inheritdoc */
public function tplContent() {
html_resendpwd();
}

/**
* Send a new password
*
Expand Down

0 comments on commit 1ffed7f

Please sign in to comment.