The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What to do after install?
#1
Hi guys , I sucessfully installed userspice.
After login with default admin/password credentials could access to dashboard.
No it is not clear for me how to continue.
I would like to set userspice login page as starting point for mi web and then have the login result back so i can provide specific resources.
Is that posible ?
Regards,
Leandro.
  Reply
#2
Hi Leandro,
I'm not sure I totally understand your question.

So you are saying when a user first comes to your page, if they are not logged in, you want them to be redirected to the login page?

If that is what you're doing, you want to add the following php on line 12 of index.php before the ?>
if(!isset($user) || !$user->isLoggedIn()){ Redirect::to('users/login.php'); }
  Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)