Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

On registration, there is no redirect (and instead a blank page) on /users/ #424

Closed kz closed 10 years ago

kz commented 10 years ago

I'm not sure why this is happening, but instead of redirecting to its previous page, when a user is registered, it redirects to a blank page, /users/. Any idea what might be causing this? Thanks.

kz commented 10 years ago

Looks like something wrong with Mail::send under the function for /users/ causing the blank page. Changed it to Mail::queue. Although I don't get any emails, that's a fault which isn't with Confide. Doesn't matter though, will fix that later.