aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorSchwobaland <Schwobaland@users.noreply.github.com>2016-12-31 03:33:30 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-31 10:33:30 +0800
commitc0904f1942071ce870ab9d87bd6c7f49f614ee82 (patch)
tree145eff1c1fae0b43a127f0ae2c232c1ebfe2af4e /options/locale
parentb75450ad361bd7c468af5a01f42d203010206f62 (diff)
downloadgitea-c0904f1942071ce870ab9d87bd6c7f49f614ee82.tar.gz
gitea-c0904f1942071ce870ab9d87bd6c7f49f614ee82.zip
Restrict creating organisations by user (#193)
* restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index da2db622c5..6a8edad79e 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -844,6 +844,7 @@ team_permission_desc = What permission level should this team have?
form.name_reserved = Organization name '%s' is reserved.
form.name_pattern_not_allowed = Organization name pattern '%s' is not allowed.
+form.create_org_not_allowed = This user is not allowed to create an organization.
settings = Settings
settings.options = Options
@@ -994,6 +995,7 @@ users.prohibit_login = This account is prohibited to login
users.is_admin = This account has administrator permissions
users.allow_git_hook = This account has permissions to create Git hooks
users.allow_import_local = This account has permissions to import local repositories
+users.allow_create_organization = This account has permissions to create Organizations
users.update_profile = Update Account Profile
users.delete_account = Delete This Account
users.still_own_repo = This account still has ownership over at least one repository, you have to delete or transfer them first.