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

Self Registration #84

Closed Ivan367al closed 3 years ago

Ivan367al commented 3 years ago

Hello, I've done the registration page in my website and I use password_hash for the password, but the system doesn't recognise the password. Not being able to find where you hash the password adding a new user, I can't solve this problem. Any advice? Thanks Ivano

kishor10d commented 3 years ago

@Ivan367al : Hashing password function and verification methods are written in helper. Please check file on this path: application/helpers/cias_helper.php

kishor10d commented 3 years ago

@Ivan367al : no response, hence closed.