08-06-2017, 02:18 PM
Changes I made to this build:
-Added nounderline text dec to custom.css or another CSS file you put your own stuff in - or you can call it on the messages section directly, but I think it looks nicer everywhere
http://pasted.co/860a150e
-Changed line 167 to account for users that are not logged in.
We shouldn't have to worry about reAuth on public pages because you shouldn't be able to reAuth on public pages
ReAuth Fix!!!
After empty private ~ line 47 add:
http://pasted.co/4b9f9e6e
You also need the language keys for this from the DP (PAGE_REAUTH_TOGGLED)
-Added nounderline text dec to custom.css or another CSS file you put your own stuff in - or you can call it on the messages section directly, but I think it looks nicer everywhere
http://pasted.co/860a150e
-Changed line 167 to account for users that are not logged in.
Code:
if ($user->isLoggedIn()) { (!reAuth($_SERVER['PHP_SELF'],$user->data()->id)); }
ReAuth Fix!!!
After empty private ~ line 47 add:
http://pasted.co/4b9f9e6e
You also need the language keys for this from the DP (PAGE_REAUTH_TOGGLED)