From 83aa87c968afe4797dff84f20274decf0269c765 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Mon, 4 Feb 2019 19:53:57 +0100 Subject: [PATCH] Remove unused apihelp-createaccount messages Unused since I2b2c9693a275fcc026916bd97f303e7a5c8df341 Change-Id: Iaaadaef063ead5d2aa30d4e943ba72e4f4dfbf9a --- includes/api/i18n/en.json | 11 ----------- includes/api/i18n/qqq.json | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 8258c301c3..25df749465 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -107,17 +107,6 @@ "apihelp-createaccount-summary": "Create a new user account.", "apihelp-createaccount-param-preservestate": "If [[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]] returned true for hasprimarypreservedstate, requests marked as primary-required should be omitted. If it returned a non-empty value for preservedusername, that username must be used for the username parameter.", "apihelp-createaccount-example-create": "Start the process of creating user Example with password ExamplePassword.", - "apihelp-createaccount-param-name": "Username.", - "apihelp-createaccount-param-password": "Password (ignored if $1mailpassword is set).", - "apihelp-createaccount-param-domain": "Domain for external authentication (optional).", - "apihelp-createaccount-param-token": "Account creation token obtained in first request.", - "apihelp-createaccount-param-email": "Email address of user (optional).", - "apihelp-createaccount-param-realname": "Real name of user (optional).", - "apihelp-createaccount-param-mailpassword": "If set to any value, a random password will be emailed to the user.", - "apihelp-createaccount-param-reason": "Optional reason for creating the account to be put in the logs.", - "apihelp-createaccount-param-language": "Language code to set as default for the user (optional, defaults to content language).", - "apihelp-createaccount-example-pass": "Create user testuser with password test123.", - "apihelp-createaccount-example-mail": "Create user testmailuser and email a randomly-generated password.", "apihelp-cspreport-summary": "Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.", "apihelp-cspreport-param-reportonly": "Mark as being a report from a monitoring policy, not an enforced policy", diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json index bdd0afb8a6..9abcfe24fd 100644 --- a/includes/api/i18n/qqq.json +++ b/includes/api/i18n/qqq.json @@ -109,17 +109,6 @@ "apihelp-createaccount-summary": "{{doc-apihelp-summary|createaccount}}", "apihelp-createaccount-param-preservestate": "{{doc-apihelp-param|createaccount|preservestate|info=This message is displayed in addition to {{msg-mw|api-help-authmanagerhelper-preservestate}}.}}", "apihelp-createaccount-example-create": "{{doc-apihelp-example|createaccount}}", - "apihelp-createaccount-param-name": "{{doc-apihelp-param|createaccount|name}}\n{{Identical|Username}}", - "apihelp-createaccount-param-password": "{{doc-apihelp-param|createaccount|password}}", - "apihelp-createaccount-param-domain": "{{doc-apihelp-param|createaccount|domain}}", - "apihelp-createaccount-param-token": "{{doc-apihelp-param|createaccount|token}}", - "apihelp-createaccount-param-email": "{{doc-apihelp-param|createaccount|email}}", - "apihelp-createaccount-param-realname": "{{doc-apihelp-param|createaccount|realname}}", - "apihelp-createaccount-param-mailpassword": "{{doc-apihelp-param|createaccount|mailpassword}}", - "apihelp-createaccount-param-reason": "{{doc-apihelp-param|createaccount|reason}}", - "apihelp-createaccount-param-language": "{{doc-apihelp-param|createaccount|language}}", - "apihelp-createaccount-example-pass": "{{doc-apihelp-example|createaccount}}", - "apihelp-createaccount-example-mail": "{{doc-apihelp-example|createaccount}}", "apihelp-cspreport-summary": "{{doc-apihelp-summary|cspreport}}", "apihelp-cspreport-param-reportonly": "{{doc-apihelp-param|cspreport|reportonly}}", "apihelp-cspreport-param-source": "{{doc-apihelp-param|cspreport|source}}", -- 2.20.1