Welcome Guest, Not a member yet? Register   Sign In
Encrypted Password
#1

[eluser]$ilovephp[/eluser]
Hi fellow codeigniter lover! My name is Jayson and I am new to codeigniter.

I created a class test_project_query and was saved to Models folder. It contains all the queries in my project to include the insertion of new record (for registration) and the fetching of username and password (for logging in).

When I tested my registration it did work, however, when i checked my database the password field gave me strange characters. I suspected the CodeIgniter automatically encrypted the password before the query for insertion takes place.

It was fine, but when i try to access the password field to be used for logging in, it gives me this error message" Message: Undefined property: stdClass::$password".

Does it have something to do with the encrypted password? If so, how do i reverse or decrypt the data? Or does the error has nothing to do with the encryption? Please help me out...

Best regards to the developers of CodeIgniter!
#2

[eluser]$ilovephp[/eluser]
this problem was solved ... thanks anyway




Theme © iAndrew 2016 - Forum software by © MyBB