Skip to content

Commit b7cdf16

Browse files
authored
password_verify() function issue
I added the password verify function issue solution in the README.md because lot of people asking for the same.
1 parent bc28b74 commit b7cdf16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Once you logged in with System Administrator account, you can create user or edi
5555
[How to setup CodeIgniter Admin Panel](https://youtu.be/tU1PbcRj7ww) : This video contain the procedure of setting up CodeIgniter Admin Panel.
5656

5757

58-
**After login "loginMe" controller is not found : ISSUE**
58+
**ISSUE # 1 : After login "loginMe" controller is not found :**
5959

6060
Lot of people raising this issue, I resolved it 4-5 times for every user. People are not searching for closed issues. Thats why I am going to put this here.
6161

@@ -64,3 +64,6 @@ How to get over this issue?
6464
1) enable mod_rewrite.dll (or mod_rewrite.so) by removing leading # in httpd.conf.
6565
2) After that, follow this solution https://stackoverflow.com/questions/24472349/htaccess-doesnt-work-on-xampp-windows-7
6666

67+
**ISSUE # 1 : Call to undefined function password_verify() :**
68+
69+
Solution is here : [Call to undefined function password_verify()](https://github.com/kishor10d/Admin-Panel-User-Management-using-CodeIgniter/issues/1)

0 commit comments

Comments
 (0)