-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 12.5
-
Fix Version/s: 13.0
-
Component/s: Administration, Usermanagement , DMZ, Registration, Login
-
Labels:None
-
Funded by:
When a someone makes a self registration, the email address is saved as a temporary key in a table to prevent the creation of a user with this email address until the registration if confirmed.
If the registration is never confirmed, the email address remains in the table. The user manager is not able to create a user with this email adress.
To sovle this problem:
- Add a timestamp "valid until" to every temporary key.
- Make the duration of the timestamp configurable
- REST, GUI
- Registration / Password change
- Implement a job which deletes invalid temporary keys
- If the user manager wants to create a new user with an email address, which is stored as a temporary key, ask him if he wants to cancel the self registration.