We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I comment updateProfileInformation as Fortify feature, but I still see and can update the profile information.
updateProfileInformation
Comment updateProfileInformation in the features array in config/fortify.php:
'features' => [ Features::registration(), Features::resetPasswords(), Features::emailVerification(), // Features::updateProfileInformation(), Features::updatePasswords(), Features::twoFactorAuthentication([ 'confirmPassword' => true, ]), ],
I still see the Profile Information and can update name and email:
The text was updated successfully, but these errors were encountered:
Add better if to show/hide Fortify features in profile #321 (#322)
d2a5ea5
Fixed with PR
Sorry, something went wrong.
No branches or pull requests
PostgreSQL 9.6
Description:
Hi,
I comment
updateProfileInformation
as Fortify feature, but I still see and can update the profile information.Steps To Reproduce:
Comment
updateProfileInformation
in the features array in config/fortify.php:I still see the Profile Information and can update name and email:
The text was updated successfully, but these errors were encountered: