I inadvertently created a JIRA user in an "external" directory. I cannot delete the user or edit the email address of the user in the JIRA User Management. And the user does not actually exist in our external directory (Active Directory), so I can't delete the user or edit the email address there. Is there any way to delete the user or edit the email address of this user? https://confluence.atlassian.com/adminjiraserver070/create-edit-or-remove-a-user-794199053.html
Hi Jeff,
You can delete them from the DB.
delete from cwd_user where user_name='user';
then restart JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.