diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index eb4741386..375d2d899 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2837,7 +2837,8 @@ and customer address. Include units.', 'description' => 'If enabled, specifies the type of verification required for self-service password resets.', 'type' => 'select', 'select_hash' => [ '' => 'Password reset disabled', - 'paymask,amount,zip' => 'Verify with credit card (or bank account) last 4 digits, payment amount and zip code', + 'email' => 'Click on a link in email', + 'paymask,amount,zip' => 'Click on a link in email, and also verify with credit card (or bank account) last 4 digits, payment amount and zip code', ], }, |