laracasts/Tweety

login after registration not working.

jayenne opened this issue · 1 comments

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.

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'],