Log message #4103190

# At Username Text
# Dec 13th 2017, 12:31 megan (roadtrip plans and dates have not been announced yet)
# Dec 13th 2017, 12:31 megan At this point there is Roadtrip, but only one entry from Budapest - you are welcome to submit to https://cakephp.org/pages/road_trip :slightly_smiling_face:
# Dec 13th 2017, 12:27 admad joopm: you can contact @megan if you are interested in helping organize cakefest :slightly_smiling_face:
# Dec 13th 2017, 10:23 joopm well if no plans i can help maybe in the organization
# Dec 13th 2017, 10:19 hmic I still think it's quite unfair to have 2 US cakefests and 1 outside-US schedules
# Dec 13th 2017, 10:18 hmic Are there plans for Budapest? The website shows Nashville only
# Dec 13th 2017, 10:17 joopm woww awesome planss
# Dec 13th 2017, 10:17 hmic I'm in Germany right now, but planning to move to Hong Kong and Shenzhen next year actually :D
# Dec 13th 2017, 10:11 joopm do you live on Poland?
# Dec 13th 2017, 10:11 joopm hope soo, maybe i will arrange in Budapest
# Dec 13th 2017, 10:09 hmic maybe we meet at a cakefest some day...
# Dec 13th 2017, 10:09 hmic no worries, you are welcome
# Dec 13th 2017, 10:08 joopm :D no magic i dont know where you leave but i would be happy if i can pay you a lunch
# Dec 13th 2017, 10:07 joopm you helped soo much
# Dec 13th 2017, 10:07 hmic ;-)
# Dec 13th 2017, 10:07 joopm i will ask you for lunch someway
# Dec 13th 2017, 10:07 joopm thank you this work like charm : $this->redirect($this->Auth->redirectUrl())
# Dec 13th 2017, 10:05 hmic like i showed
# Dec 13th 2017, 10:05 hmic so change the redirect to not be the referer gut the redirectUrl
# Dec 13th 2017, 10:04 joopm its show the desired url
# Dec 13th 2017, 10:04 hmic so just dont redirect to the referer, which makes no sense. but to auth redirectUrl
# Dec 13th 2017, 10:04 joopm Query string redirect / url
# Dec 13th 2017, 10:03 hmic it's $this->redirect($this->Auth->redirectUrl()) actually, not loginAction of course, sorry my fault.
# Dec 13th 2017, 10:03 joopm in the request i can see
# Dec 13th 2017, 10:02 hmic either you let the authcomponent redirect, or you have a custom redirect action based on whatever
# Dec 13th 2017, 10:02 hmic you can't have both
# Dec 13th 2017, 10:02 hmic ah, IC now - you do not redirect($this->referer()) this redirect($this->Auth->loginAction)
# Dec 13th 2017, 10:01 joopm thanks
# Dec 13th 2017, 10:01 joopm moment i check
# Dec 13th 2017, 10:01 joopm my login function is costume made because the redirect based on user role
# Dec 13th 2017, 10:01 hmic can you see the ?redirect=... get parameter added from the authcomponent at the login action?
# Dec 13th 2017, 10:00 joopm cakephp 3.4.4
# Dec 13th 2017, 09:59 joopm i can define also a specific page after redirect
# Dec 13th 2017, 09:59 joopm yes automatically do the auth compenent
# Dec 13th 2017, 09:57 hmic this has been added to the authcomponent some time ago
# Dec 13th 2017, 09:57 hmic which cakephp version?
# Dec 13th 2017, 09:57 hmic does the authcomponent do the redirect automatically?
# Dec 13th 2017, 09:57 joopm when its logged,and click the content of email immediatly redirect to the desired page
# Dec 13th 2017, 09:56 joopm i define the url,but because the user is not logged first he has to login
# Dec 13th 2017, 09:55 hmic joopm, after clicking the link in the mail and beeing redirected to the login page - from the authcomponent, not a custom action in your controller! - can you see the get parameters in the url ?redirect=....
# Dec 13th 2017, 09:54 joopm when i use $this->redirect($this->referer()); its "leave" on the login page