We are using GitHub Enterprise 2.5.1.
In our company, when a user switches to a new role, a new AD account will be created for him, with a new set of permissions. e.g. my current account is "huj" as a developer with email address "Jirong_Hu@otpp.com, if I become a BA, then:
- The old account "huj" will be marked as "OIM Deletion" in AD.
- A new account called "huj2" will be created for me, with the same old email address, Jirong_Hu@otpp.com.
My questions are:
- As account is automatically created upon login, if I login to GitHub with the new account "huj2", I got this error: Unable to create the user because email Jirong_Hu@otpp.com is already taken and emails is invalid.
- How can I create the new account "huj2" in GitHub, with the same old email address.
- What's the consequence of doing the above?