From aab16123b5188e69b31893263f7074f9e9c7f210 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 7 May 2018 17:31:53 -0700 Subject: Simplify first channel creation even further by using a site-configurable default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings. --- view/tpl/admin_site.tpl | 1 + view/tpl/new_channel.tpl | 2 ++ 2 files changed, 3 insertions(+) (limited to 'view') diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 7e99b2c86..ed85bd6b2 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -68,6 +68,7 @@

{{$registration}}

{{include file="field_input.tpl" field=$register_text}} + {{include file="field_select_grouped.tpl" field=$role}} {{include file="field_select.tpl" field=$register_policy}} {{include file="field_checkbox.tpl" field=$invite_only}} {{include file="field_input.tpl" field=$minimum_age}} diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index f415e4e2c..a89208228 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -3,6 +3,7 @@

{{$title}}

+ {{if ! $default_role}} @@ -11,6 +12,7 @@ {{$channel_usage_message}}
{{/if}} + {{/if}}
{{if $default_role}} -- cgit v1.2.3