Skip to content

Commit

Permalink
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 25, 2018
1 parent 85aeb20 commit 4347c5b
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 4347c5b

Please sign in to comment.