Remove Login Page #546
-
First of all, thank you for creating and sharing this, it's amazing and I'll be sending Paypal donations your way to show my appreciation. I'm using v2.4.5, what portion of the file do I delete to remove the Login page so that the users are taken straight to the directory as user authentication is being handled by the site itself which this is a part of? Thank you again. |
Beta Was this translation helpful? Give feedback.
Answered by
prasathmani
May 16, 2021
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nox0x1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just set
$use_auth = false;
to disable the login page