Skip to content

Commit

Permalink
IBX-3407: Removed doubled validation from user account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Aug 19, 2022
1 parent 9b3747a commit 6f193b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/FieldType/Mapper/UserAccountFieldValueFormMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public function mapFieldValueForm(FormInterface $fieldForm, FieldData $data)
'required' => true,
'label' => $fieldDefinition->getName(),
'intent' => $formIntent,
'constraints' => [
new UserAccountPassword(['contentType' => $rootForm->getData()->contentType]),
],
]);

if ($isTranslation) {
Expand Down

0 comments on commit 6f193b5

Please sign in to comment.