mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 12:10:45 +02:00
Attempt fix for issue processwire/processwire-issues#1418
This commit is contained in:
@@ -523,6 +523,8 @@ class ProcessForgotPassword extends Process implements ConfigurableModule {
|
|||||||
$f->collapsed = Inputfield::collapsedNever;
|
$f->collapsed = Inputfield::collapsedNever;
|
||||||
$f->columnWidth = 100;
|
$f->columnWidth = 100;
|
||||||
$f->description = $this->_('Resetting password also requires that you confirm the correct value of this field.');
|
$f->description = $this->_('Resetting password also requires that you confirm the correct value of this field.');
|
||||||
|
$f->showIf = '';
|
||||||
|
$f->requiredIf = '';
|
||||||
$form->add($f);
|
$form->add($f);
|
||||||
$confirmFields[$key] = $field->name;
|
$confirmFields[$key] = $field->name;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user