Redirect after login

Hey,

in the footer of the page i want do add a edit-link. This is the link:

<a href="<?php echo url('panel/pages/' . $page->uri() . '/edit') ?>">Edit page</a>

The Link is visible for everyone. It works if i’m logged in in the panel. But if i’m don’t logged in then i see the panel login page. After logging in receive the dashboard. Is there a way that the panel redirect to the page from the link?

Lukas

1 Like

I don’t think this is possible without a custom login form …

Okay, thanks for your reply. Maybe it will be implements sometimes. :blush: