Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix password reset with laravel users #606

Merged

Conversation

underdpt
Copy link
Contributor

@underdpt underdpt commented Sep 24, 2021

This PR fixes the password reset procedure when using Laravel users table instead of Filament's one.

It also fixes the wrong lang file being used for reset password errors (this got merged into this PR by mistake)

@underdpt underdpt changed the title WIP: Fix password reset with laravel users Fix password reset with laravel users Sep 24, 2021
@danharrin danharrin added the bug Something isn't working label Sep 24, 2021
@danharrin
Copy link
Member

Thanks for this. I think I realise why you suggested we should separate the traits btw, could you do that for me please? Otherwise this would be a breaking change I think. Unless, we can detect in sendPasswordResetNotification() if the request is coming from Filament or not.

@danharrin
Copy link
Member

Thanks!

@underdpt
Copy link
Contributor Author

Thank you!

@underdpt underdpt deleted the fix-password-reset-with-laravel-users branch December 2, 2021 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants