Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Custom Login Page
In Vanilla1 it was quite easy to make a custom login page that only showed 2 forms for login and password. I'm running a private community with a lot of informations that should not be visible to the www.
I've got the "Private Community"-Plugin running, and the site is only acessible via SSL. What i'm wanting now, is to modify vanilla2 to show nothing but the 2 forms and maybe some sort of background image, and nothing else.
Has anyone got a tip for me, how to easily realise this?
I've got the "Private Community"-Plugin running, and the site is only acessible via SSL. What i'm wanting now, is to modify vanilla2 to show nothing but the 2 forms and maybe some sort of background image, and nothing else.
Has anyone got a tip for me, how to easily realise this?
0
Comments
applications/dashboard/views/entry/signin.php
and
applications/dashboard/views/entry/signin2.php
the first one is the one I was redesigning for my needs so its quite easy to remove some things from it and redesign using CSS
What I'm wanting to achieve is that I can have a custom login page, without any information about the site for visitors without logins. I just want a plain background and 2 forms, nothing else. Maybe my first explenation was a little unclear