scitran / core

RESTful API
https://scitran.github.io
MIT License
18 stars 18 forks source link

Allow site admins to change user IDs #1070

Closed nagem closed 6 years ago

nagem commented 6 years ago

Currently, changing the email associated with a user only modifies the unused/display only email key. After this issue is complete, a site admin should be able to update a user's UID across the system, including:

After the change in UID, the user should be able to log in with the new UID. Switching auth providers via this change should also be supported.

nagem commented 6 years ago

As part of this change, reevaluate the idea of the existing email key and it's necessity going forward. This ticket is also relevant to this conversation: #848. Not sure if changing both at the same time is helpful or more cumbersome.