Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
15.4.5
-
None
-
None
Description
When an email should be sent before account deletion the days until deletion in user manager is calculated wrong. It calculates the days on the basis of inactivation date but it should be calculated on the basis of deletion email date.
The method is org.olat.user.manager.lifecycle.UserLifecycleManagerImpl.getDaysUntilDeletion().