Would it be possible to specify paths that would not be redirected e.g user/xxxxx/edit, currently the change password redirect is being ignored after using the one time login feature.
Would it be possible to specify paths that would not be redirected e.g user/xxxxx/edit, currently the change password redirect is being ignored after using the one time login feature.
Comments
Comment #1
rapsli commentedI do have the same problem... working on a patch
Comment #2
rapsli commentedComment #3
Dublin Drupaller commentedthanks for the patch rapsli. I'll aim to include this in the next update of the module (for version 7.x)
Comment #4
wims commentedPatch to solve the redirect at the one time login after a user has requested a new password:
Add this code to the front_page.module at the begin of the function front_page()
Comment #5
simon georges commentedDoes the issue still exists? (setting status back to "active" as there is no patch).
Comment #6
simon georges commentedCross-referencing #1291524: Users sign up, back to the front page.
Comment #7
simon georges commentedI suspect it still exists in current version.
Comment #8
simon georges commentedUnassigning.
Comment #9
unsettlingtrendIn an effort not to create duplicate issues, is anyone working on this?
I have a need to be able to define pages not to be redirected. I'm developing a mobile app that uses xmlrpc calls, and when users that have a front_page set use it, they get a redirect and the xmlrpc call fails. If there would be a way to omit /xmlrpc.php from redirects, it would work nicely.
Comment #10
simon georges commentedSince 2.3, that shouldn't redirect people visiting something else than index.php.
Doesn't it work that way? Can you confirm you have the latest version?
Comment #11
vooveek commentedIt doesn't work again. One time login redirects to the main page instead of password change. Please help.
Comment #12
fakir22 commentedSame problem, still happening.Sorry, my bad...I didn't see I had a rule redirecting the user at login...
Comment #13
eric at nrd commentedI have run into this problem on a Drupal 7 site running front 7.x-2.4.New users cannot activate their account initially after the "one-time page", nor can existing users reset their password. In both cases, clicking the "Login" button on the "one time" page results in the role-specific front page being displayed (instead of their account). On this site the front configuration roles are all using aliases (e.g. not REDIRECT, FULL, THEMED, etc.).Same as above, it was actually a trigger causing this issue, not the front module.