Embedding the login script into a existing template

Mark

New Member
I'm looking the embed the existing login page into an existing template.

is there an easy way to make this happen? such as a frame php page or
a php snippet I can add in to my index page to open it from the location where it is?
 
The login page is protected with a csrf token, so any attempt to embed it from any other location (except iframe) will result in a security error when the form is posted.
Best would be to simply add a login button and make it redirect to the form page.
 
Back
Top