mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
Make SMS auth codes expire after 10 minutes #2480
This commit is contained in:
parent
939c5d8160
commit
8eb306e472
3 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ $lang->verify_by_sms_confirm = 'Confirm';
|
|||
$lang->verify_by_sms_message = 'Your verification code is %s.';
|
||||
$lang->verify_by_sms_code_sent = 'A verification code has been sent to the number you entered.';
|
||||
$lang->verify_by_sms_code_incorrect = 'The code you entered is incorrect.';
|
||||
$lang->verify_by_sms_code_expired = 'The code has expired. Please try again.';
|
||||
$lang->verify_by_sms_code_confirmed = 'Your phone number has been confirmed.';
|
||||
$lang->verify_by_sms_incomplete = 'Your phone number has not been verified. Please go through the verification process first.';
|
||||
$lang->verify_by_sms_error = 'This website cannot send SMS.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue