Describe the bug
DSpace 9.0
The registration system currently allows a user to register several times using the same email address.
To Reproduce
Steps to reproduce the behavior:
- Go to https://sandbox.dspace.org/register
- Register and create an account
- Go to the page again and type the same e-mail address
- Observe that the system permits multiple registrations with the identical email address.
Expected behavior
The registration process should validate that the e-mail address is unique and prompt an error if a user attempts to register with an address that is already in use.