happstack-authenticate 2.1.3 → 2.1.4
raw patch · 6 files changed
+47/−1 lines, 6 filesdep ~base
Dependency ranges changed: base
Files
- happstack-authenticate.cabal +7/−1
- messages/core/en.msg +9/−0
- messages/openid/error/en.msg +3/−0
- messages/openid/partials/en.msg +5/−0
- messages/password/error/en.msg +11/−0
- messages/password/partials/en.msg +12/−0
happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name: happstack-authenticate-Version: 2.1.3+Version: 2.1.4 Synopsis: Happstack Authentication Library Description: A themeable authentication library with support for username+password and OpenId. Homepage: http://www.happstack.com/@@ -11,6 +11,12 @@ Category: Web Build-type: Simple Cabal-version: >=1.6+data-files:+ messages/core/en.msg+ messages/openid/error/en.msg+ messages/openid/partials/en.msg+ messages/password/error/en.msg+ messages/password/partials/en.msg source-repository head type: git
+ messages/core/en.msg view
@@ -0,0 +1,9 @@+HandlerNotFound: Handler Not Found.+URLDecodeFailed: Failed to decode URL.+UsernameAlreadyExists: Username already exists.+AuthorizationRequired: Authorization required.+Forbidden: Forbidden.+JSONDecodeFailed: Failed to decode JSON data.+InvalidUserId: Invalid UserId++
+ messages/openid/error/en.msg view
@@ -0,0 +1,3 @@+UnknownIdentifier: OpenId identifier is not associated with any account on this system.+CoreError e@CoreError: #{renderMessage HappstackAuthenticateI18N ["en"] e}+
+ messages/openid/partials/en.msg view
@@ -0,0 +1,5 @@+UsingGoogleMsg: Google OpenId+UsingYahooMsg: Yahoo OpenId+SetRealmMsg: Update OpenId Realm+OpenIdRealmMsg: OpenId Realm+
+ messages/password/error/en.msg view
@@ -0,0 +1,11 @@+NotAuthenticated: Not Authenticated+NotAuthorized: Not Authorized+InvalidUsername: Invalid Username+InvalidPassword: Invalid Password+InvalidUsernamePassword: Invalid username or password+NoEmailAddress: No email address found+MissingResetToken: Missing reset token+InvalidResetToken: Invalid reset token+PasswordMismatch: Passwords do not match+CoreError e@CoreError: #{renderMessage HappstackAuthenticateI18N ["en"] e}+
+ messages/password/partials/en.msg view
@@ -0,0 +1,12 @@+UsernameMsg: username+EmailMsg: email+PasswordMsg: password+PasswordConfirmationMsg: password confirmation+SignUpMsg: sign up+SignInMsg: sign in+LogoutMsg: logout+OldPasswordMsg: old password+NewPasswordMsg: new password+NewPasswordConfirmationMsg: new password confirmation+ChangePasswordMsg: change password+RequestPasswordResetMsg: request password reset