diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index ead4609bf..226a7f8da 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -194,7 +194,7 @@ > + validator="validateHostname(value)">
Authentication: | @@ -565,6 +565,28 @@ |
Team synchronization: | +
+
+ Enable Team Synchronization Support
+
+
+ If enabled, organization administrators who are also superusers can set teams to have their membership synchronized with a backing group in {{ config.AUTHENTICATION_TYPE }}.
+
+ |
+
Resynchronization duration: | +
+
+
+ The duration before a team must be re-synchronized. Must be expressed in a duration string form:
+ 30m , 1h , 1d .
+ |
+