Im working on the login and followed
http://tutorial8.easycfm.com/.
It works for me, however when I try to login and put my password,
it will not take. It only recognize the characted in the database
which are encrypted.
For example:
My login:
User_name: admin
user_pass: normalpassword
In the database:
User_name: admin
user_pass Hz345Yu89765abc
My login only will take the password in the database and not
recognize my normal password when i enter.
Here is the same code I have in my site which I took from
http://tutorial8.easycfm.com/: