Enonic version: 6.4.1
OS: Ubuntu
Hey,
I’m trying to implement a custom login page for a site and can’t find the right docs for it.
Can someone point me to the documentation ?
/Runar
Hey,
I’m trying to implement a custom login page for a site and can’t find the right docs for it.
Can someone point me to the documentation ?
/Runar
You can create a service that handle your form request and using the Auth Lib, you can perform the login action using the login/password parameters from your form.
I ended up with creating a 403 error page that is a login page .
Then created a login REST service where username password is validated with Auth library. On login success I just refresh the page and youre in.
http://xp.readthedocs.org/en/stable/developer/site/errors/index.html