Force password change in Ion Auth - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: Force password change in Ion Auth (/showthread.php?tid=65193) |
Force password change in Ion Auth - Wouter60 - 05-12-2016 On adding new users, I save a temporary hashed password to the user's record. When the user logs in for the first time, I want to force him to change this password. How can I do this in Ion Auth without modifying the library or model? RE: Force password change in Ion Auth - Tpojka - 05-18-2016 You have to write code somewhere. My first thought is somewhere like in `User_m.php`. |