Cannot edit user with @ in name #83541
Labels
bug
Fixes for quality problems that affect the customer experience
regression
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Kibana version: 7.10.0
Describe the bug:
If an user has @ in their name, the edit URL for it gets encoded and changed to %40 so Kibana throws an error "user doesn't exist".
Workaround is to copy the URL and replace %40 with @ manually.
Steps to reproduce:
test@test
Expected behavior:
We should handle @ as part of the username as well. Not allowing it is not a solutions since we have usernames that get mapped from emails.
Any additional context:
It was most likely introduced by: #81562
The text was updated successfully, but these errors were encountered: