Active
Project:
Login Destination
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2013 at 15:20 UTC
Updated:
10 Sep 2013 at 05:50 UTC
you can set there
login, register, etc
logout
is it possible to have:
login, etc
register
logout
thanks sb
Comments
Comment #1
jordanmagnuson commentedIt should be possible to separate all of them. The options should be:
❑ one-time login link
❑ normal login
❑ registration
❑ logout
Comment #2
ipwa commentedThis would be amazing I want to trigger som destinations based on if the user is logging in for the first time.
Comment #3
bruce.wins commentedI really, really need to get a functionality like this, especially the one time link. Has anyone figured out how to do it? Even without using this module?
Comment #4
mithy commentedAll this is possible with this module from the beginning. Please look into documentation for how to do this. You distinguish register/login/one-time-link by the path.
I do not remember why I did not provide explicit checkboxes but I recall there had been a reason. Should be somewhere in the source code.
Comment #5
bruce.wins commentedIs there a way to ignore, or not redirect anywhere with a one time link? I'm using a module called User Registration Password which let's me set a destination in the One time link. If I want to use Login Destination for normal logins, this link is ignored. If I set Login Destination to a specific path of the one time link, the destination in the link is also ignored. There are also other scenarios where a specific destination in a link is useful for logged out users.
Comment #5.0
bruce.wins commentedminor fix