Reviewed & tested by the community
Project:
User Password Reset Link Timeout
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 May 2023 at 06:36 UTC
Updated:
22 May 2023 at 12:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
vimal_nadar commentedI have created MR. Please review it.
Comment #4
raveen_thakur51 commentedI have reviewed & Implemented the MR! on my Drupal website having version 9.5, PHP version - 8.1
The hook_help has been implemented successfully. Can be moved to RTBC!
Please & Thank You.
Comment #5
tanuja bohra commentedAfter applying the MR 2 on 9.5.8 getting a website encounter error on help. See the screenshot for reference.
Comment #6
raveen_thakur51 commented@Tanuja, Please use the following namespace in your .module file
use Drupal\Core\Routing\RouteMatchInterface;
It will resolve the issue. And thank you.
Please see my attached ss for reference.
Comment #7
raveen_thakur51 commentedI am adding my complete patch for it. Please test. Thank you.
Comment #8
tanuja bohra commented@Raveen, thanks working for me now.
Comment #9
raveen_thakur51 commented@Tanuja. Okay, Thank You for confirming.