Closed (works as designed)
Project:
No Request New Password
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jan 2012 at 19:32 UTC
Updated:
23 Sep 2020 at 06:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
katrialesser commentedIs this module still not compatible with CAS? I just installed it and now CAS login doesn't work, there are warnings about the noreqnewpass module.
Just wondering if there is a solution yet?
Comment #2
dgeo commentedHere is a small patch, combining #239628: Error on first login (higher weight for this module) and the smallest solution that works for me™.
Comment #3
wardv commentedI can confirm that CAS login is broken if 'Disable Request new password link' is enabled. When clicking 'login', the user is not redirected to the CAS login page anymore.
This is on Drupal 7.22, with the No request New Password 7.x-1.2 and CAS 7.x-1.2.
I can also confirm that the patch from #2 fixes the problem.
Can you please fix this in the stable version of this plugin?
Comment #4
dgeo commentedComment #5
dgeo commentedComment #6
dgeo commentedfor review and automatic testing…
Comment #7
dgeo commentedComment #8
dgeo commentedComment #9
mallezieI also stumbled on this issue. The patch does indeed work for compatibility with the cas module.
Can't we add a check to see if $form['#validate'] is set? That way the fix would also work with other modules which override the login-validation.
Patch attached.
Comment #10
dgeo commentedRenaming patch (how to trigger automatic testing ?
Is there any way to get it included before third millenium ?
I'd like to help here… but how ?
Last patch seems minimalistic enough, reported working and tested, I just renamed it to fullfill guidelines…
Comment #11
dgeo commentedComment #12
neslee canil pinto