Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ecbd8e
)
Enable all fields by default
author
Raphaël Gertz
<git@rapsys.eu>
Sun, 8 Aug 2021 17:43:35 +0000
(19:43 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Sun, 8 Aug 2021 17:43:35 +0000
(19:43 +0200)
Form/RecoverType.php
patch
|
blob
|
history
diff --git
a/Form/RecoverType.php
b/Form/RecoverType.php
index 50dd68f92d7e7a221944dbfd9ff48796c3b03f28..b1785dd3eff5c48f7e6f3dfc614a67ce7da1d660 100644
(file)
--- a/
Form/RecoverType.php
+++ b/
Form/RecoverType.php
@@
-41,7
+41,7
@@
class RecoverType extends AbstractType {
*/
public function configureOptions(OptionsResolver $resolver) {
//Set defaults
- $resolver->setDefaults(['error_bubbling' => true, 'mail' => true, 'password' =>
fals
e]);
+ $resolver->setDefaults(['error_bubbling' => true, 'mail' => true, 'password' =>
tru
e]);
//Add extra mail option
$resolver->setAllowedTypes('mail', 'boolean');