We have a large user database imported via LDAP. Some of the usernames are plain like ‘ajexample’ but others have their full email set as the ‘name’: ‘ajexample@our.domain’
Users who have this name format receive an error (“Unauthorized - You (username) are not authorized to use RT…”) when trying to access our /rt/SelfService webpage, so we would like to remove the ‘@our.domain’ portion from each name.
I don’t see a way to edit a large number of users within RT, so can I do this safely via a mysql query on the RT DB?