dashboard login page style & content

Permalink
Hi,

When i link to a specific dashboard page from my site the user is redirected to a different login page.

eg. index.php/dashboard/

This login page that the user is redirected to is not the same as /login ... I have set up the style for the login page to use the theme in config/site_theme_paths.php I then added the contetn blocks to this page, /login has the theme and content but index.php/dashboard shows the login page without the content i added to /login.

how do i get this page to use the populated /login page

thanks

teknojunkey
 
Ale replied on at Permalink Reply
Go to sitemap view and click the checkbox saying "show system pages". Then find the login page and take a look at it's permissions and make sure the page is visible for guests. I saw the same problem with sites upgraded from 5.5.x to 5.6 and actually the same problem occured with clean 5.6 installations also if I recall correctly.
teknojunkey replied on at Permalink Reply
teknojunkey
thanks for the suggestion, however the login page has guest view permissions
caitlinhavener replied on at Permalink Reply
I'm still having this issue. Did you figure it out?
teknojunkey replied on at Permalink Reply
teknojunkey
I cant remember, and dont know if this is valid with current versions...

(I think) I changed the /site_theme_paths.php to redirect to the themed login page:
$v->setThemeByPath('/login', "your-theme");

Then added the custom login.php page to the root/single_pages/ folder.
bashton replied on at Permalink Reply
Did anyone seem to resolve this issue? I seem to be having the same problem where my custom styled login page (sitting within my theme) is different from the login page at /dashboard when a user is not currently logged in.