unlocalized messages
--------------------

                 Key: JSPWIKI-143
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-143
             Project: JSPWiki
          Issue Type: Improvement
          Components: Localization
            Reporter: Florian Holeczek
            Priority: Minor


When trying to create a new user with an existing name, the page says: 'The 
login name 'flo' is already taken.'
I guess it's an Exception from UserManager. If so, it may be the same problem 
with full name (a few lines down).

Maybe there are the following mesages unlocalized, too:

JDBCUserDatabase:
throw new DuplicateUserException( "Cannot rename: the login name '" + newName + 
"' is already taken." );
XMLUserDatabase:
throw ( new DuplicateUserException( "Cannot rename: the login name '" + newName 
+ "' is already taken." ) );


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to