{% extends "preferences/sidebar.html" %}
{% comment %}
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
se veut agnostique au réseau considéré, de manière à être installable en
quelques clics.
Copyright © 2017 Gabriel Détraz
Copyright © 2017 Goulven Kermarec
Copyright © 2017 Augustin Lemesle
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
{% endcomment %}
{% load bootstrap3 %}
{% load acl %}
{% load design %}
{% load i18n %}
{% block title %}Création et modification des préférences{% endblock %}
{% block content %}
Préférences utilisateur
Editer
Généralités
Téléphone obligatoirement requis |
{{ useroptions.is_tel_mandatory|tick }} |
Auto inscription |
{{ useroptions.self_adhesion|tick }} |
Shell par défaut des utilisateurs |
{{ useroptions.shell_default }} |
Les utilisateurs peuvent changer leur shell |
{{ useroptions.self_change_shell|tick }} |
Creations d'adhérents par tous |
{{ useroptions.all_can_create_adherent|tick }} |
Creations de clubs par tous |
{{ useroptions.all_can_create_club|tick }} |
Champ gpg fingerprint |
{{ useroptions.gpg_fingerprint|tick }} |
Comptes mails
Gestion des comptes mails |
{{ useroptions.local_email_accounts_enabled | tick }} |
Extension mail interne |
{{ useroptions.local_email_domain }} |
Nombre d'alias mail max |
{{ useroptions.max_email_address }} |
Préférences machines
Editer
Mot de passe par machine |
{{ machineoptions.password_machine|tick }} |
Machines/interfaces autorisées par utilisateurs |
{{ machineoptions.max_lambdauser_interfaces }} |
Alias dns autorisé par utilisateur |
{{ machineoptions.max_lambdauser_aliases }} |
Support de l'ipv6 |
{{ machineoptions.ipv6_mode }} |
Creation de machines |
{{ machineoptions.create_machine|tick }} |
Préférences topologie
Editer
Politique générale de placement de vlan |
{{ topologieoptions.radius_general_policy }} |
Ce réglage défini la politique vlan après acceptation radius :
soit sur le vlan de la plage d'ip de la machine, soit sur un
vlan prédéfini dans "Vlan où placer les machines après acceptation
RADIUS"
|
|
Vlan où placer les machines après acceptation RADIUS |
{{ topologieoptions.vlan_decision_ok }} |
Vlan où placer les machines après rejet RADIUS |
{{ topologieoptions.vlan_decision_nok }} |
Préférences generales
Editer
Nom du site web |
{{ generaloptions.site_name }} |
Adresse mail d'expedition automatique |
{{ generaloptions.email_from }} |
Affichage de résultats dans le champ de recherche |
{{ generaloptions.search_display_page }} |
Nombre d'items affichés en liste (taille normale) |
{{ generaloptions.pagination_number }} |
Nombre d'items affichés en liste (taille élevée) |
{{ generaloptions.pagination_large_number }} |
Temps avant expiration du lien de reinitialisation de mot de passe (en heures) |
{{ generaloptions.req_expire_hrs }} |
Message global affiché sur le site |
{{ generaloptions.general_message }} |
Résumé des CGU |
{{ generaloptions.GTU_sum_up }} |
CGU |
{{generaloptions.GTU}}
|
Redirection des mails envoyés |
{{ generaloptions.all_mail_redirect|tick }} |
{% if generaloptions.all_mail_redirect %}
Adresse mail de redirection |
| {{ generaloptions.redirect_address }} |
{% endif %}
Données de l'association
Editer
Nom |
{{ assooptions.name }} |
SIRET |
{{ assooptions.siret }} |
Adresse |
{{ assooptions.adresse1 }}
{{ assooptions.adresse2 }} |
Contact mail |
{{ assooptions.contact }} |
Telephone |
{{ assooptions.telephone }} |
Pseudo d'usage |
{{ assooptions.pseudo }} |
Objet utilisateur de l'association |
{{ assooptions.utilisateur_asso }} |
Description de l'association |
{{ assooptions.description | safe }} |
Messages personalisé dans les mails
Editer
Mail de bienvenue (Français) |
{{ mailmessageoptions.welcome_mail_fr | safe }} |
Mail de bienvenue (Anglais) |
{{ mailmessageoptions.welcome_mail_en | safe }} |
Liste des services et préférences page d'accueil
{% can_create preferences.Service%}
Ajouter un service
{% acl_end %}
Supprimer un ou plusieurs service
{% include "preferences/aff_service.html" with service_list=service_list %}
Editer
{% trans "Contact email adresses list" %}
{% can_create preferences.MailContact%}
{% trans "Add an adress" %}
{% acl_end %}
{% trans "Delete one or multiple adresses" %}
{% include "preferences/aff_mailcontact.html" with mailcontact_list=mailcontact_list %}
Url du compte twitter |
{{ homeoptions.twitter_url }} |
Nom utilisé pour afficher le compte |
{{ homeoptions.twitter_account_name }} |
Url du compte facebook |
{{ homeoptions.facebook_url }} |
{% endblock %}