Skip to content

[Cookbook] Make registration_form follow best practices #6073

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

Closed
wants to merge 1 commit into from

Conversation

javiereguiluz
Copy link
Member

Q A
Doc fix? yes
New docs? no
Applies to all
Fixed tickets -

This is just a rebase of #4773 to make it mergeable.

* @ORM\Column(type="string", length=64)
* @ORM\Column(type="string", length=255)
* @Assert\NotBlank()
* @Assert\Length(max=4096)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is useless imo as we do not store the plain password.

@javiereguiluz
Copy link
Member Author

I agree with the changes asked by @xabbuh, but they would mean a lot of modifications in the current article. That's why I'm closing this pull request.

@xabbuh
Copy link
Member

xabbuh commented Dec 28, 2015

Alright, I opened #4773 again to not forget about this.

@javiereguiluz javiereguiluz deleted the pr/4773 branch May 24, 2018 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants