CodeIgniter Shield Documentation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: CodeIgniter Shield Documentation (/showthread.php?tid=83581) |
CodeIgniter Shield Documentation - sajid786 - 10-07-2022 Hi Guys, I am in trouble by using Shield on my project. in the documentation I could not find option to manage users and it's not proper docs 1. How to Disable/Banning a user so he can't login 2. how to list user in super admin group role 3. View User details and Set Name and Other Stuff May Anyone Help me Out here Please I need Help I am stuck with my project RE: CodeIgniter Shield Documentation - datamweb - 10-07-2022 (10-07-2022, 02:26 AM)sajid786 Wrote: Hi Guys, Hello, Answer 1: You can't right now. This feature has not been implemented, we are following up here, but we have not reached a conclusion yet. Answer 2&3: Shield is an Authentication and Authorization, not a user management system, so it doesn't include these items by default, You can custom implement the mentioned items by Shield. RE: CodeIgniter Shield Documentation - InsiteFX - 10-08-2022 I think you can do it by changin the active status to false in the database quick fix. Which you could write a method to do it for now. RE: CodeIgniter Shield Documentation - JohnSonandrla - 10-18-2022 I have a project still running on CI v2. How much work would it be to update it to v4? It would be a huge amount of work re-writing it for something like Laravel. I would only consider that if it was a similar effort to upgrade to CI v4. Doesn't seem worthwhile putting any effort into omegle updating it to developerbook chatrandom CI v3 so I am not considering that. |