Since you have change the name of Password field to login_password in your login view, try changing it back to password and see if it works..
also try editing your postLoginForm() function and echo $email and $password instead of echo "not logeed in" and see if this match with the actual submitted email and password from login form.
manojsalvi said:
Since you have change the name of Password field to login_password in your login view, try changing it back to password and see if it works..
changed it also but did not work
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community