The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
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) |
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? |