mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 03:05:26 +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->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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user