-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
Development
Is there a way to manually change the Password Expiry parameter in Crowd?
We have attempted to implement a solution stated in the a attached link with no success. In the following file we added the following lines:
/opt/atlassian/atlassian-crowd-2.8.4/crowd-webapp/WEB-INF/classes/crowd-ehcache.xml
<cache name="com.atlassian.crowd.model.token.ResetPasswordToken"
maxElementsInMemory="1024"
overflowToDisk="true"
diskPersistent="true"
timeToIdleSeconds="300"
timeToLiveSeconds="300"
/>
After applying the change we restarted Crowd, generated a reset Link for a user, and found that the link was still valid after 5 minutes.
- is duplicated by
-
CWD-4698 Ability to change the valid timer for the reset password link in mail
- Closed
- relates to
-
JRASERVER-60479 Custom Expiration for Password Reset Links
- Gathering Interest