kishor10d/Admin-Panel-User-Management-using-CodeIgniter

forgot password is not working

Closed this issue · 9 comments

hi when i give email in forgt password block it is showing "email sent is failed". pls clear this doubt .

@sangeeram : It will work when you actually host your project on some host. Or if you have proper settings for SMTP, then you can configure them from application/config/constants.php file.

I have changed smtp settings in application/config/constants.php but still getting the same issue

@sangeeram : It will work when you actually host your project on some host. Or if you have proper settings for SMTP, then you can configure them from application/config/constants.php file.

This is not working on hosting. Can you please look into this issue ?

how to configure smtp services sir?
and what is the function of ci_sessions table?

im new to this

btw thank you for creating this project

@arora-sakshi & @diazAP :
With CodeIgniter, there are some issues with SMTP. Can you please setup mails using "sendmail". It works like charm. Code is working for some hosting providers but others are not working with it.

@diazAP : ci_sessions table is just a provisional table. If you want to manage your sessions (store session ids) in database, then you can utilize that table. It is provided by CodeIgniter.

Reference Link: https://codeigniter.com/user_guide/libraries/sessions.html#database-driver

@diazAP : ci_sessions table is just a provisional table. If you want to manage your sessions (store session ids) in database, then you can utilize that table. It is provided by CodeIgniter.

Reference Link: https://codeigniter.com/user_guide/libraries/sessions.html#database-driver

okay, thank you sir

sendmail

Thank you @kishor10d

I am getting following error after login in admin:

idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated

Can you please look into this?

@arora-sakshi : It look like your intl extension is not configured properly. Please check and enable from php extensions.