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
/printthread.php 16 require_once



UserSpice
Manually adding a user - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Manually adding a user (/showthread.php?tid=1176)



Manually adding a user - lordtopcat - 10-17-2018

Hi,

When I manually add a user in the admin panel, it automatically logs me in as that user?

How can I stop that happening please?

Cheers,
Jamie


RE: Manually adding a user - Brandin - 10-17-2018

This is in during_user_creation. You just comment out the line that does the login.


RE: Manually adding a user - lordtopcat - 10-18-2018

Awesome, thank you!