Links to user profile use userkey instead of username

Issue #27 closed
Radek Janata created an issue

If a user with renamed username is added into a group, then the user link to its user profile uses userkey instead of username and it ends up with error:

Error
The specified user could not be found.

If the same user is added directly (as a user, not a group), then the link to its user profile user username.

Steps to reproduce

  1. create a user and add it to a group (or use any existing user)
  2. change user’s username (username is changed, however userkey remains)
  3. go to Users and Roles tab
  4. click on the user to get into its user profile

Actual behavior

Error above is displayed because of userkey is used.

Expected behavior

Link to user profile should use username instead.

Comments (5)

  1. Holger Schimanski repo owner

    Thank you very much for reporting! And your clear analysis makes it simple to fix the issue. 👍 I will create a bugfix release.

  2. Log in to comment