[eluser]Zaher Ghaibeh[/eluser]
@digital_frog your problem is that your using the controller without making sure that the vars inside your view is really the same as the one you use in your controller ..
for example :
Code:
Message: Undefined variable: password
mean that you have a password variable in your view which is not defined inside your controller and if it is, you didnt pass it to your view ..