login after registration not working.
jayenne opened this issue · 1 comments
jayenne commented
Hi,
I'm finding I can't login following registration. would this be a know issues?
Install
Migrate
Register,
Logout
Login > "These credentials do not match our records."
is the validation and/or hasing correct?
*Needless to say that this user is indeed within the database and I am using the correct details.
jayenne commented
I can be fixed by enditing your App/Controllers/Auth/RegisterController.php's create method..
edit: 'password' => Hash::make($data['password']),
to:'password' => $data['password'],