How to create forgot password API using shiled with codeIgnitor 4 |
Hi
I am new to codeignitor and using shield for first time. I need to create forgot password API functionality. I searched a lot regarding this, but I got all tutorials without using shield. I want user to enter their email, if verified email, then user should receive email with password reset link. User should be able to reset password by clicking on this link, if it's a valid link. I am looking for assistance with the issue I mentioned. Thanks
So far, Shield does not provide a password reset feature, but you can use Magic Link as an alternative with a similar function, then users can change the password after logging in.
See https://shield.codeigniter.com/references/magic_link_login
@xxxx[{::::::::::::::::::::::::::::::::>
Thanks for quick response.
Could you please help we how can I send this magic link in API? |
Welcome Guest, Not a member yet? Register Sign In |