Anonymous page and login page embedded in iframe (v2023)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
enfoque_traza
User
Posts: 33

Anonymous page and login page embedded in iframe (v2023)

Post by enfoque_traza »

Hi,

I've created in my project a calendar view for anonymous users without header/footer so that I can use it embedded in a web site (iframe).

As I published the phpmaker project I get that some users when they try to access to the login page (advanced security is enable) they are "redirected" to the anonymous calendar view and, as long as it doesn't have header, they cannot log in.

Most of these users are using Iphones users so. I've tell them to delete cookies or try to access via incognito mode.

Is there any way to prevent this behavior?

Thanks


enfoque_traza
User
Posts: 33

Post by enfoque_traza »

More info:

  • All users that try to get to the login page through the URL site (https://mysite.com) they get the calendar view (https://mysite.com/calendar)
  • If you try directly the login page you get it: https://mysite.com/login
  • If you try directly the calendar view you also get it

What I would like to get is:

  • https://mysite.com > https://mysite.com/login
    and
  • If you try directly https://mysite.com/calendar, get this page as a anonymous user (without log in)

Is that posible?

Thanks


arbei
User
Posts: 9389

Post by arbei »

Then you should set your Start Page as the login page.


enfoque_traza
User
Posts: 33

Post by enfoque_traza »

Thank you!

Your advice is so helpful! Now, it works.

Jaime


Post Reply