Revision 085748d2
Added by Steve Beaver almost 7 years ago
src/usr/local/www/services_acb_settings.php | ||
---|---|---|
162 | 162 |
|
163 | 163 |
$section->addInput(new Form_Input( |
164 | 164 |
'hint', |
165 |
'Hint',
|
|
165 |
'Identifier',
|
|
166 | 166 |
'text', |
167 | 167 |
$pconfig['hint'] |
168 |
))->setHelp("You may optionally provide a hint which will be stored in plain text along with each encrypted backup. " .
|
|
169 |
"This may allow the Netgate support team to recover your key should you lose it.");
|
|
168 |
))->setHelp("You may optionally provide an identifier which will be stored in plain text along with each encrypted backup. " .
|
|
169 |
"This may allow the Netgate support team to locate your key should you lose it.");
|
|
170 | 170 |
|
171 | 171 |
$form->add($section); |
172 | 172 |
|
Also available in: Unified diff
Perople were misunderstanding "hint" so changed it to "identifier"