Uploaded image for project: 'JSPWiki'
  1. JSPWiki
  2. JSPWIKI-143

Unlocalized messages in user management

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.9.1
    • Localization
    • None

    Description

      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." ) );

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              florianh Florian Holeczek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: