I'm developing a plugin that will use a custom login page using Elgg 2.3.14. Currently I'm simply displaying a "Login" link with a hard-coded <a href> in an attempt to point to a login.php page at the root of my plugin directory. I'm using the walled_garden.php and have checked the administrative setting to "only allow logged in users to view content". Below are the relevant plugin files that I have modified:
/var/www/html/mod/auth0_login/start.php
/var/www/html/mod/auth0_login/views/default/page/walled_garden.php
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
instead of:
- TCB@tblack06

TCB - 0 likes
You must log in to post replies.You must to expose your custom URL throught Walled Garden in start.php:
Learn more.
Also, you can use this code in the mod/auth0_login/views/default/page/walled_garden.php:
Thank you. I tried that and it worked!