"do_you_want_to_overwrite_them":"Do you want to overwrite them?",
"document_history":"Document history",
"documentation":"Documentation",
"does_not_contain_or_significantly_match_your_email":"Does not contain or significantly match your email",
"does_not_contain_or_significantly_match_your_email":"does not contain or significantly match your email",
"doesnt_match":"Doesn’t match",
"doing_this_allow_log_in_through_institution":"Doing this will allow you to log in to <b>__appName__</b> through your institution and will reconfirm your institutional email address.",
"doing_this_allow_log_in_through_institution_2":"Doing this will allow you to log in to <0>__appName__</0> through your institution and will reconfirm your institutional email address.",
@@ -709,7 +709,7 @@
"importing":"Importing",
"importing_and_merging_changes_in_github":"Importing and merging changes in GitHub",
"in_good_company":"You’re In Good Company",
"in_order_to_have_a_secure_account_make_sure_your_password":"In order to have a secure account, make sure your password:",
"in_order_to_have_a_secure_account_make_sure_your_password":"To help keep your account secure, make sure your new password:",
"in_order_to_match_institutional_metadata_2":"In order to match your institutional metadata, we’ve linked your account using <0>__email__</0>.",
"in_order_to_match_institutional_metadata_associated":"In order to match your institutional metadata, your account is associated with the email <b>__email__</b>.",
"invalid_filename":"Upload failed: check that the file name doesn’t contain special characters, trailing/leading whitespace or more than __nameLimit__ characters",
"invalid_institutional_email":"Your institution’s SSO service returned your email address as __email__, which is at an unexpected domain that we do not recognise as belonging to it. You may be able to change your primary email address via your user profile at your institution to one at your institution’s domain. Please contact your IT department if you have any questions.",
"invited_to_join":"You have been invited to join",
"ip_address":"IP Address",
"is_email_affiliated":"Is your email affiliated with an institution? ",
"is_longer_than_n_characters":"Is longer than __n__ characters",
"is_not_a_common_or_obvious_password_as_defined_by_the_have_i_been_pwned_database":"Is not a common or obvious password, as defined by the <0>Have I Been Pwned</0> database",
"is_longer_than_n_characters":"is at least __n__ characters long",
"is_not_used_on_any_other_website":"is not used on any other website",
"it":"Italian",
"ja":"Japanese",
"january":"January",
@@ -1587,7 +1587,7 @@
"url_to_fetch_the_file_from":"URL to fetch the file from",
"usage_metrics":"Usage metrics",
"usage_metrics_info":"Metrics that show how many users are accessing the licence, how many projects are being created and worked on, and how much collaboration is happening in Overleaf.",
"use_a_different_password":"Use a different password",
"use_a_different_password":"Please use a different password",
"use_your_own_machine":"Use your own machine, with your own setup",
"user_already_added":"User already added",
"user_deletion_error":"Sorry, something went wrong deleting your account. Please try again in a minute.",
@@ -200,7 +200,7 @@ describe('PasswordReset', function () {
expect(response.status).to.equal(400)
constbody=awaitresponse.json()
expect(body).to.deep.equal({
message:{text:'password contains part of email address'},
message:{text:'Password cannot contain parts of email address'},
})
})
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.