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/new_channel.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/new_channel.tpl') 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