AuthController is responsible for password reset features
- Removed /pass route, as we'll use /auth/recover and /auth/reset
- Merged PassswordController into AuthController
- Forked from Laravel Foundation the ResetsPasswords trait
- Controller now uses the auth.recover and auth.reset views