diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-04-17 12:33:18 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-04-17 12:33:18 -0700 |
commit | 10f849cd0a8824a8f853a55e49859de30a291f01 (patch) | |
tree | 79c12131b2c4910fef866cc995365a9fa2b77a09 /modules/gallery | |
parent | b4d1a5686c69d598efa5d387021912a0e31260ca (diff) | |
parent | 6d81feacae8329cd0c65abe920ecd3fa2e8f2537 (diff) |
Merge branch 'master' into bharat_dev
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/controllers/reauthenticate.php | 2 |
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")); |