server
server copied to clipboard
Configurable expiry for activation link and password reset link
Follow up to https://github.com/nextcloud/server/pull/11857 @Knot3n
If there were individual configuration options for these two expiry times under settings / security, server admins could set the expiry timeout on their own, depending on their environment and needs.
7d could be set as default for the activation link and 1h as default for the password reset link.
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/4008 (Disable reset password link), https://github.com/nextcloud/server/issues/4352 (Password reset button broken), https://github.com/nextcloud/server/issues/7156 (LDAP Invalid private key after password reset), https://github.com/nextcloud/server/issues/7469 (Cannot set password for share by email links), and https://github.com/nextcloud/server/pull/12491 (Fix share link password input).