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

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
338 stars 241 forks source link

forgot password is not working #68

Closed sangeeram closed 4 years ago

sangeeram commented 4 years ago

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

kishor10d commented 4 years ago

@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.

arora-sakshi commented 4 years ago

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

arora-sakshi commented 4 years ago

@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 ?

diazAP commented 4 years ago

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

kishor10d commented 4 years ago

@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.

kishor10d commented 4 years ago

@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 commented 4 years ago

@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

arora-sakshi commented 4 years ago

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?

kishor10d commented 4 years ago

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