laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

Change update password message to use passphrase term instead #1492

Closed caendesilva closed 2 months ago

caendesilva commented 2 months ago

Since it's generally recommended to use passphrases instead of passwords, this updates the "Ensure your account is using a long, random password to stay secure." to tell the user to use a "random passphrase" instead. This change is not breaking as it does not change any code logic. It makes things easier for developers and end users by nudging them to use a more secure password type.

taylorotwell commented 2 months ago

No plans to merge atm.