make generation of reset url configurable through a type base script
Showing
-
Developer
@aurel I was checking this and I happened to notice this line (107). I wondered if it was meant to be:
security.declareProtected('Manage users', 'getExpirationDateForKey')
since for getResetPasswordUrl accessor it is already defined.
-
Owner
It is typical 'copy&paste' mistake but anyway I believe it can be a private method like _getExpirationDateForKey().
-
mentioned in merge request !103 (merged)
Please register or sign in to comment