Implement phone number verification by SMS

This commit is contained in:
Kijin Sung 2019-09-13 14:57:36 +09:00
parent 5d058942af
commit 2a13e41953
8 changed files with 217 additions and 7 deletions

View file

@ -34,6 +34,7 @@ $lang->group_order_change = 'Change Group Priority';
$lang->phone_number_default_country = 'Default Country Code';
$lang->phone_number_hide_country = 'Hide Country Code Selection';
$lang->phone_number_allow_duplicate = 'Allow Multiple Members';
$lang->phone_number_verify_by_sms = 'Require SMS Verification';
$lang->msg_need_default_country = 'You must select a default country code if you want to hide the country code selection box.';
$lang->signature = 'Signature';
$lang->profile_image = 'Profile Image';
@ -71,6 +72,14 @@ $lang->allow_message_type['Y'] = 'Allow All';
$lang->allow_message_type['F'] = 'Allow for Friends only';
$lang->allow_message_type['N'] = 'Reject All';
$lang->about_allow_message = 'You may allow or reject messages.';
$lang->verify_by_sms = 'Verify';
$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_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.';
$lang->logged_users = 'Logged on Users';
$lang->webmaster_name = 'Webmaster Name';
$lang->webmaster_email = 'Webmaster Email';