In v4, I have a custom Edit Profile page, which just adds first_name, last_name and username fields to the default form, extending Filament\Auth\Pages\EditProfile. Everything works great, including respecting the global Laravel password validation rules defined in the boot method of the AppServiceProvider. However, when saving the form, the new password isn't saved, and I still get a success message. Validation is done correctly. Any pointers?