diff options
author | redmatrix <redmatrix@redmatrix.me> | 2016-01-02 23:39:57 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2016-01-02 23:39:57 -0800 |
commit | 5b0a17359d6b5b3e27219c9e56117f1017996175 (patch) | |
tree | 2b5988c7661c9a5a67f5da8797ca57381e2aad7a /doc | |
parent | 1ad90b8662a719a0455c6e1e8c21da0844c6d80d (diff) | |
download | volse-hubzilla-5b0a17359d6b5b3e27219c9e56117f1017996175.tar.gz volse-hubzilla-5b0a17359d6b5b3e27219c9e56117f1017996175.tar.bz2 volse-hubzilla-5b0a17359d6b5b3e27219c9e56117f1017996175.zip |
Provide the ability for a hub admin to specify a default permissions role for the first channel created by a new account. This simplifies channel creation by restricting the available options at registration time. The restriction is not applied to any additional channels created under the same account; and in any event can be changed immediately after channel creation, if desired.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hidden_configs.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 8a02a23f2..39ec9569d 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -65,6 +65,10 @@ This document assumes you're an administrator. this website. Can be overwritten by user settings. [b]system > projecthome[/b] Set the project homepage as the homepage of your hub. + [b]system > default_permissions_role[/b] + If set to a valid permissions role name (for instance 'public'), use that role for + the first channel created by a new account and don't ask for the "Channel Type" on + the channel creation form. [b]system > workflow_channel_next[/b] The page to direct users to immediately after creating a channel. [b]system > max_daily_registrations[/b] |