mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Clean up activation workflow (fixes #1154)
This commit is contained in:
parent
f9b58784cb
commit
5d058942af
8 changed files with 42 additions and 235 deletions
|
|
@ -106,7 +106,7 @@ $lang->cmd_leave = 'Delete Account';
|
|||
$lang->cmd_find_member_account = 'Find Account Info';
|
||||
$lang->cmd_find_member_account_with_email = 'Find Account with Email address';
|
||||
$lang->cmd_find_member_account_with_email_question = 'Find Account with Q&A';
|
||||
$lang->cmd_resend_auth_mail = 'Request for Activation Mail';
|
||||
$lang->cmd_resend_auth_mail = 'Resend Activation Email';
|
||||
$lang->cmd_send_auth_new_emaill_address = 'Request for activation mail to new email';
|
||||
$lang->cmd_member_list = 'Member List';
|
||||
$lang->cmd_module_config = 'Default Setting';
|
||||
|
|
@ -136,7 +136,7 @@ $lang->msg_cart_is_null = 'Please select the target.';
|
|||
$lang->msg_checked_file_is_deleted = '%d attached file(s) is(are) deleted.';
|
||||
$lang->msg_find_account_title = 'Account Info';
|
||||
$lang->msg_find_account_info = 'This is requested account info.';
|
||||
$lang->msg_find_account_comment = 'The password will be modified as the one above as you click the link below.<br />Please modify the password after login.';
|
||||
$lang->msg_find_account_comment = 'Your password will be changed to the one above if you click the link below.<br />Please change the password again as soon as possible after you are able to log in.<br />Your password will remain unchanged until you click the link below.';
|
||||
$lang->msg_confirm_account_title = 'Rhymix Account Activation';
|
||||
$lang->msg_confirm_account_info = 'This is your account information:';
|
||||
$lang->msg_confirm_account_comment = 'Click on the following link to complete your account activation.';
|
||||
|
|
@ -171,7 +171,7 @@ $lang->msg_not_uploaded_image_mark = 'Image mark could not be registered.';
|
|||
$lang->msg_not_uploaded_group_image_mark = 'Group image mark could not be registered.';
|
||||
$lang->msg_accept_agreement = 'You must accept all required agreements in order to sign up.';
|
||||
$lang->msg_user_denied = 'You have entered a prohibited ID.';
|
||||
$lang->msg_user_not_confirmed = 'Your account is not activated yet. Please check your email.';
|
||||
$lang->msg_user_not_confirmed = 'Your account is not activated yet. A confirmation email has been sent to %s. Please check your email and click the activation link to continue.';
|
||||
$lang->msg_user_limited = 'You have entered an ID that cannot be used before %s';
|
||||
$lang->msg_admin_ip_not_allowed = 'Your IP address is not allowed to log in as an administrator.';
|
||||
$lang->about_rechecked_password = 'Confirm your password before editing account information.';
|
||||
|
|
@ -231,7 +231,7 @@ $lang->about_accept_agreement = 'I have read the above and agree with it.';
|
|||
$lang->about_member_default = 'It will be set as the default group on sign up';
|
||||
$lang->about_find_member_account = 'Please input the email address you have entered during the registration and we will send your account info to this email address.';
|
||||
$lang->about_ssl_port = 'Please enter if you are using non-default SSL port';
|
||||
$lang->about_resend_auth_mail = 'You can request for the activation email if you have not activated yet.';
|
||||
$lang->about_resend_auth_mail = 'You can request the activation email again if you have not received it.';
|
||||
$lang->no_article = 'No articles';
|
||||
$lang->find_account_question = 'Question for a temporary password.';
|
||||
$lang->find_account_answer = 'Answer for a temporary password.';
|
||||
|
|
@ -248,6 +248,9 @@ $lang->find_account_question_items['9'] = 'What is your favorite food?';
|
|||
$lang->temp_password = 'Temporary password';
|
||||
$lang->cmd_get_temp_password = 'Get a temporary password';
|
||||
$lang->about_get_temp_password = 'Change your password after you logged in.';
|
||||
$lang->msg_activation_not_needed = 'Your account is already activated.';
|
||||
$lang->msg_activation_key_not_found = 'There is no activation email to resend.';
|
||||
$lang->msg_feature_deprecated = 'This feature is deprecated.';
|
||||
$lang->msg_question_not_allowed = 'The administrator has disabled this function.';
|
||||
$lang->msg_question_not_exists = 'You haven`t set your question for a temporary password.';
|
||||
$lang->msg_answer_not_matches = 'Your answer for the question is not correct.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue