![]() |
Help Shield force password reset - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Help Shield force password reset (/showthread.php?tid=90219) |
Help Shield force password reset - frocco - 02-23-2024 Hello, I imported all users into my app and set the shield force reset field to 1 in the users table. Nothing happens with a user logs in. I looked at the docs and tried everything, but nothing works. Can someone help with what code is needed? Thanks RE: Help Shield force password reset - kenjis - 02-23-2024 Did you check the user in your app? https://shield.codeigniter.com/user_management/forcing_password_reset/#check-if-a-user-requires-password-reset or set the filter? https://shield.codeigniter.com/references/controller_filters/#forcing-password-reset RE: Help Shield force password reset - datamweb - 02-24-2024 See https://github.com/codeigniter4/shield/discussions/639 RE: Help Shield force password reset - frocco - 02-24-2024 (02-24-2024, 02:36 AM)datamweb Wrote: See https://github.com/codeigniter4/shield/discussions/639 Thank you so much, had it working in minutes. (02-23-2024, 02:32 PM)kenjis Wrote: Did you check the user in your app? Thank you |