Merge pull request #1854 from coreos-inc/invite

Add feature flag to turn off requirement for team invitations
This commit is contained in:
josephschorr 2016-09-22 11:36:58 -04:00 committed by GitHub
commit 1a1a5f7240
4 changed files with 18 additions and 1 deletions

View file

@ -74,6 +74,18 @@
</div>
</td>
</tr>
<tr ng-show="config.FEATURE_MAILING">
<td class="non-input">Team Invitations:</td>
<td colspan="2">
<div class="config-bool-field" binding="config.FEATURE_REQUIRE_TEAM_INVITE">
Require Team Invitations
</div>
<div class="help-text">
If enabled, when adding a new user to a team, they will receive an invitation to join the team, with the option to decline.
Otherwise, users will be immediately part of a team when added by a team administrator.
</div>
</td>
</tr>
</table>
</div>
</div>