Skip to content

Commit

Permalink
Initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctgraham committed May 10, 2019
1 parent b998b97 commit e0932e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BetterPasswordHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ class BetterPasswordHandler extends Handler {
*/
function initialize($request, $args = null) {
parent::initialize($request, $args);
// Load local usually handled by LoginHandler
// Load locale usually handled by LoginHandler
AppLocale::requireComponents(
LOCALE_COMPONENT_PKP_USER
);
}

/**
* Handle markAsSpam action
* Handle signIn action override
* @param $args array Arguments array.
* @param $request PKPRequest Request object.
*/
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<application>betterPassword</application>
<type>plugins.generic</type>
<release>1.0.0.0</release>
<date>2019-04-26</date>
<date>2019-05-10</date>
<lazy-load>1</lazy-load>
<sitewide>1</sitewide>
<class>betterPasswordPlugin</class>
Expand Down

0 comments on commit e0932e3

Please sign in to comment.