Hyrax Version: 2.4.1
Deleting a user should not break the system or cause any errors.
Deleting a user that owns works will not change the functionality of the site as a whole.
Deleting a user (ex. [email protected]) that owns works causes the Reports page to throw an error for all users. From the log file:
ActionView::Template::Error (Unable to find user '[email protected]'...
Link to related tickets or prior related work here.
To clarify, deleting the user does not delete the work, which is what our use case wants/expects.
I am not able to test this directly, but i think the desired behavior we want for core hyrax is:
@samvera/hyrax-repo-managers thoughts on that?
We would expect the works to remain in the repository.
I was able to delete the user via the sqlite interface ( since there is not UI interface to delete users presently ). The report page showed up without any errors, and the work created by the just deleted user remained in the repository.
Can't be reproduced on Nurax. UNC will look into this.
Most helpful comment
I am not able to test this directly, but i think the desired behavior we want for core hyrax is:
@samvera/hyrax-repo-managers thoughts on that?