[java-identity-provider] branch master updated: IDP-1546 - Some nits on messages.properties

Scott Cantor cantor.2 at osu.edu
Thu Feb 20 20:33:56 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=d6434a895c4a7211434ec01acdec675722378ff2

The following commit(s) were added to refs/heads/master by this push:
       new  d6434a8   IDP-1546 - Some nits on messages.properties
d6434a8 is described below

commit d6434a895c4a7211434ec01acdec675722378ff2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 20 20:33:49 2020 -0500

    IDP-1546 - Some nits on messages.properties
    
    https://issues.shibboleth.net/jira/browse/IDP-1546
---
 idp-conf/src/main/resources/system/messages/messages.properties | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/system/messages/messages.properties b/idp-conf/src/main/resources/system/messages/messages.properties
index a3c3387..78b20fb 100644
--- a/idp-conf/src/main/resources/system/messages/messages.properties
+++ b/idp-conf/src/main/resources/system/messages/messages.properties
@@ -22,7 +22,6 @@ MessageReplay = stale
 MessageExpired = stale
 UnableToDecode = stale
 AccountError = authn
-AccountLocked = authn
 AuthenticationException = authn
 InvalidCredentials = authn
 InvalidCSRFToken = invalid-csrf-token
@@ -311,8 +310,8 @@ invalid-event.message = <p>The underlying software encountered an event to which
                          <p>Please report this problem to your Help Desk or administrative staff. It has \
                          also been logged for an administrator to review.</p>
                          
-invalid-csrf-token.title= Processing Error
-invalid-csrf-token.message= CSRF token verification failed.
+invalid-csrf-token.title = Processing Error
+invalid-csrf-token.message = CSRF token verification failed.
 
 error.title = Error
 error.message = An error occurred: $eventId

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list