07-08-2016, 07:27 PM
Thanks!
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.18 (Linux)
|
Admin Register only
|
07-08-2016, 07:27 PM
Thanks!
07-10-2016, 01:47 AM
Let me know when you get it! I'm sure a lot others would appreciate that as well, thanks!
07-10-2016, 12:27 PM
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.
07-10-2016, 01:16 PM
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.
07-10-2016, 01:19 PM
Actually, here's it with the CSRF protection
http://hastebin.com/sifakipuwo.xml
07-10-2016, 01:30 PM
And will admins beable to change other users passwords, and activate them as well?
07-10-2016, 01:33 PM
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.
07-10-2016, 01:39 PM
That would be great!
07-10-2016, 01:40 PM
Btw, this version lets you add a different permission level to your manual user creation.
http://hastebin.com/ajazalovix.xml
07-10-2016, 01:41 PM
Once all this gets out in place, will it be public for others to get this feature?
|