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

Comment/disable Update Profile Information is not working #321

Closed
sgasser opened this issue Oct 7, 2020 · 1 comment
Closed

Comment/disable Update Profile Information is not working #321

sgasser opened this issue Oct 7, 2020 · 1 comment

Comments

@sgasser
Copy link
Contributor

sgasser commented Oct 7, 2020

  • Jetstream Version: 1.4.0
  • Jetstream Stack: Livewire
  • Laravel Version: 8.9.0
  • PHP Version: 7.4
  • Database Driver & Version:
    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:

'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:

image

@sgasser
Copy link
Contributor Author

sgasser commented Oct 8, 2020

Fixed with PR

@sgasser sgasser closed this as completed Oct 8, 2020
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

No branches or pull requests

1 participant