A
|
AlphaBase 9/8/2021 |
Wow! 5000 users. Never thought of that. Sergey shoudl put in pagination and search. But in the mean time you could examine the security tables and build your own. Assign User To Group should be very easy to do, I think. |
![]() |
mbintex 9/9/2021 |
For adding a user to a group you can use this SQL code INSERT INTO `MYSOLUTION_ugmembers` (`UserName`, `GroupID`) VALUES ('USERNAME', GROUPNUMBER); Put this in a custom button and building your own user group page shouldn´t be that difficult. But indeed PHPRunner should incorporate paging here, just for being safe. |