{% extends 'projectroles/base.html' %} {% load projectroles_common_tags %} {% block title %}Remote Sites{% endblock title %} {% block css %} {{ block.super }} {% endblock css %} {% block projectroles %} {% get_django_setting 'PROJECTROLES_SITE_MODE' as site_mode %}
Name | URL | {% get_display_name 'PROJECT' title=True plural=True %} | Token | Accessed | {% if site_mode == 'SOURCE' %}Visible | {% endif %}
---|
{{ site_mode }}
mode.
PROJECTROLES_ALLOW_LOCAL_USERS
is enabled in site
configuration. Please note that this will allow synchronizing project
roles to local non-LDAP users based on the user name. You should
personally ensure that the users in question are authorized for these
roles. Furthermore, only roles for existing local users will be
synchronized. New local users will have to be added manually through the
Django admin or shell.