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

Use the illuminate password rule #510

Closed
wants to merge 1 commit into from

Conversation

ricklambrechts
Copy link
Contributor

I think it would be nice if we use the Password rule that is available so we do not have seperate classes with different functionalities.

The Illuminate\Validation\Rules\Password has more functionality than the Fortify implementation. For example this rule has mixed case and compromised check available.

@driesvints
Copy link
Member

Although I'm not opposed, this is a breaking change for a minor release. You can't simply delete a class from a minor release.

@driesvints driesvints closed this Dec 11, 2023
@driesvints
Copy link
Member

Try the master branch maybe?

@driesvints
Copy link
Member

Or maybe better: re-send this without deleting the class and simply add a @deprecated annotation to it on top.

@ricklambrechts
Copy link
Contributor Author

ricklambrechts commented Dec 11, 2023

Thanks for the feedback dries!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants