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
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Admin Register only - 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: Admin Register only (/showthread.php?tid=180)

Pages: 1 2 3 4


Admin Register only - MagikMindFreak - 07-08-2016

Thanks!


Admin Register only - MagikMindFreak - 07-10-2016

Let me know when you get it! I'm sure a lot others would appreciate that as well, thanks!


Admin Register only - mudmin - 07-10-2016

Version 4.1.3 is coming early this week with that feature. It's taking me a little longer because I'm integrating it into the admin_users.php file. The main reason for this is that it will be a drag and drop upgrade without having to manually go in and mess with your permissions. If I didn't do it that way, it would be a huge security vulnerability with unregistered users being able to add new users by default.


Admin Register only - mudmin - 07-10-2016

If you're interested in getting started playing with this, you can replace your admin_users.php file with this beta version. http://hastebin.com/uledegejeg.xml

There's no error reporting or CSRF protection, but it works.


Admin Register only - mudmin - 07-10-2016

Actually, here's it with the CSRF protection
http://hastebin.com/sifakipuwo.xml


Admin Register only - MagikMindFreak - 07-10-2016

And will admins beable to change other users passwords, and activate them as well?


Admin Register only - mudmin - 07-10-2016

Right now when you add a username, they will be automatically activated. I can check on the changing passwords part. You get to choose the pw when you create a new user. Changing the pw is a different thing. I can probably add that feature to the admin_user.php page when you click on a user.


Admin Register only - MagikMindFreak - 07-10-2016

That would be great!


Admin Register only - mudmin - 07-10-2016

Btw, this version lets you add a different permission level to your manual user creation.

http://hastebin.com/ajazalovix.xml


Admin Register only - MagikMindFreak - 07-10-2016

Once all this gets out in place, will it be public for others to get this feature?