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

Change password field to PasswordType. #1572

Conversation

m-ar-c
Copy link
Contributor

@m-ar-c m-ar-c commented Oct 7, 2022

Subject

The password field was of type TextType, hence it did not behave as a password field for the user (input not hidden, browser did not ask to save credentials, etc). This PR change the field to PasswordType.

I choose 5.x because the change is BC.

Changelog

### Changed
Password field is now of type PasswordType (was TextType).

@VincentLanglet
Copy link
Member

Hi, can you bump rector to ^0.14 it will solve the build.

@VincentLanglet VincentLanglet merged commit 5b768c8 into sonata-project:5.x Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants