1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-15 03:05:26 +02:00
This commit is contained in:
Ryan Cramer
2021-07-29 08:14:08 -04:00
parent 003c7f91b0
commit aed7dfc8f1

View File

@@ -523,6 +523,8 @@ class ProcessForgotPassword extends Process implements ConfigurableModule {
$f->collapsed = Inputfield::collapsedNever;
$f->columnWidth = 100;
$f->description = $this->_('Resetting password also requires that you confirm the correct value of this field.');
$f->showIf = '';
$f->requiredIf = '';
$form->add($f);
$confirmFields[$key] = $field->name;
}