[ 
https://issues.apache.org/jira/browse/JSPWIKI-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13552262#comment-13552262
 ] 

Harry Metske commented on JSPWIKI-143:
--------------------------------------

In any case, you still also need the user's Locale (from WikiContext for 
example) to get a localized message.
If you only have access to the I18NManager and not the user's Locale, you can 
only return messages from the default (English) Bundle.
                
> Unlocalized messages in user management
> ---------------------------------------
>
>                 Key: JSPWIKI-143
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-143
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Localization
>    Affects Versions: 2.6.0
>            Reporter: Florian Holeczek
>            Priority: Minor
>             Fix For: 3.0
>
>
> 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. It's 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to