summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/reauthenticate.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-04-21 06:48:08 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-04-21 06:48:08 -0700
commit0565d9f0f92ef9bd69c38e997e7c6e6d05d56ee1 (patch)
tree22e5cdf12adbb77bc05e6cfa968ded72d26f5995 /modules/gallery/controllers/reauthenticate.php
parent027312596c29c1986d3480c7dda48533e6dd3ca8 (diff)
parent2257776f9b4c231033656db1eb23246035aa42fd (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/controllers/reauthenticate.php')
-rw-r--r--modules/gallery/controllers/reauthenticate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/reauthenticate.php b/modules/gallery/controllers/reauthenticate.php
index b2a67f01..3503d80a 100644
--- a/modules/gallery/controllers/reauthenticate.php
+++ b/modules/gallery/controllers/reauthenticate.php
@@ -63,7 +63,7 @@ class Reauthenticate_Controller extends Controller {
$group->password("password")->label(t("Password"))->id("g-password")->class(null)
->callback("auth::validate_too_many_failed_auth_attempts")
->callback("user::valid_password")
- ->error_messages("invalid", t("Incorrect password"))
+ ->error_messages("invalid_password", t("Incorrect password"))
->error_messages(
"too_many_failed_auth_attempts",
t("Too many incorrect passwords. Try again later"));