ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Latest updates break existing code #56

Closed fabiocionini closed 9 years ago

fabiocionini commented 9 years ago

Since you added 'email' parameter to multiauth block, when not specified, it throws an error such as

exception 'ErrorException' with message 'Undefined index: email' in [...]/ollieread/multiauth/src/Ollieread/Multiauth/Reminders/ReminderServiceProvider.php:49

Please check for this value since it has been introduced in a recent version and thus breaks all old code.

marco-pace commented 9 years ago

I can't use password reminders till this problem is not resolved

fabiocionini commented 9 years ago

I solved it by adding the 'email' parameter with the view name as specified, however the code should handle the lack of this value.