Using Laravel 4.1's new password broker, is there a way to pass some data to the password reminder view? Specifically I want to be able to alter the URL of the password reset view.
Looking here: http://laravel.com/api/source-class-Illuminate.Auth.Reminders.PasswordBroker.html#97-118 I am not sure it is flexible enough to accept data without fully extending this class...