![]() |
Community Auth - elevate user - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Community Auth - elevate user (/showthread.php?tid=59406) |
Community Auth - elevate user - El Forum - 10-02-2013 [eluser]Mangetsu[/eluser] Hi. I'm using Community Auth in my CMS and while most of it works out of box ,seams like users can't be elevated by using built in update model method. Problems is that if i change user role, update goes to wrong profile table and transaction fails. Is there any built in way to elevate user or should i make some custom solution? Code: // Update profile table record Thx |