field=models.OneToOneField(blank=True,help_text='IP range for the management of switches',null=True,on_delete=django.db.models.deletion.PROTECT,to='machines.IpType'),
),
migrations.AlterField(
model_name='optionaltopologie',
name='switchs_provision',
field=models.CharField(choices=[('sftp','sftp'),('tftp','tftp')],default='tftp',help_text='Provision of configuration mode for switches',max_length=32),
),
migrations.AlterField(
model_name='optionaltopologie',
name='switchs_rest_management',
field=models.BooleanField(default=False,help_text='REST management, activated in case of automatic provision'),
),
migrations.AlterField(
model_name='optionaltopologie',
name='switchs_web_management',
field=models.BooleanField(default=False,help_text='Web management, activated in case of automatic provision'),
),
migrations.AlterField(
model_name='optionaltopologie',
name='switchs_web_management_ssl',
field=models.BooleanField(default=False,help_text='SSL web management, make sure that a certificate is installed on the switch'),
),
migrations.AlterField(
model_name='optionaluser',
name='all_can_create_adherent',
field=models.BooleanField(default=False,help_text='Users can create a member.'),
),
migrations.AlterField(
model_name='optionaluser',
name='all_can_create_club',
field=models.BooleanField(default=False,help_text='Users can create a club.'),
),
migrations.AlterField(
model_name='optionaluser',
name='all_users_active',
field=models.BooleanField(default=False,help_text='If True, all new created and connected users are active. If False, only when a valid registration has been paid.'),
),
migrations.AlterField(
model_name='optionaluser',
name='delete_notyetactive',
field=models.IntegerField(default=15,help_text='Not yet active users will be deleted after this number of days.'),
),
migrations.AlterField(
model_name='optionaluser',
name='local_email_accounts_enabled',
field=models.BooleanField(default=False,help_text='Enable local email accounts for users.'),
),
migrations.AlterField(
model_name='optionaluser',
name='max_email_address',
field=models.IntegerField(default=15,help_text='Maximum number of local email addresses for a standard user.'),
),
migrations.AlterField(
model_name='optionaluser',
name='self_adhesion',
field=models.BooleanField(default=False,help_text='A new user can create their account on Re2o.'),
),
migrations.AlterField(
model_name='optionaluser',
name='self_change_room',
field=models.BooleanField(default=False,help_text='Users can edit their room.'),
),
migrations.AlterField(
model_name='optionaluser',
name='self_change_shell',
field=models.BooleanField(default=False,help_text='Users can edit their shell.'),
),
migrations.AlterField(
model_name='radiuskey',
name='comment',
field=models.CharField(blank=True,help_text='Comment for this key',max_length=255,null=True),
),
migrations.AlterField(
model_name='radiuskey',
name='default_switch',
field=models.BooleanField(default=True,help_text='Default key for switches',unique=True),
field=models.CharField(choices=[('REJECT','Reject the machine'),('SET_VLAN','Place the machine on the VLAN')],default='REJECT',max_length=32,verbose_name='Policy for banned users'),
),
migrations.AlterField(
model_name='radiusoption',
name='banned_vlan',
field=models.ForeignKey(blank=True,help_text='VLAN for banned users if not rejected',null=True,on_delete=django.db.models.deletion.PROTECT,related_name='banned_vlan',to='machines.Vlan',verbose_name='Banned users VLAN'),
),
migrations.AlterField(
model_name='radiusoption',
name='non_member',
field=models.CharField(choices=[('REJECT','Reject the machine'),('SET_VLAN','Place the machine on the VLAN')],default='REJECT',max_length=32,verbose_name='Policy for non members'),
),
migrations.AlterField(
model_name='radiusoption',
name='non_member_vlan',
field=models.ForeignKey(blank=True,help_text='VLAN for non members if not rejected',null=True,on_delete=django.db.models.deletion.PROTECT,related_name='non_member_vlan',to='machines.Vlan',verbose_name='Non members VLAN'),
),
migrations.AlterField(
model_name='radiusoption',
name='unknown_machine_vlan',
field=models.ForeignKey(blank=True,help_text='VLAN for unknown machines if not rejected',null=True,on_delete=django.db.models.deletion.PROTECT,related_name='unknown_machine_vlan',to='machines.Vlan',verbose_name='Unknown machines VLAN'),
),
migrations.AlterField(
model_name='radiusoption',
name='unknown_port',
field=models.CharField(choices=[('REJECT','Reject the machine'),('SET_VLAN','Place the machine on the VLAN')],default='REJECT',max_length=32,verbose_name='Policy for unknown ports'),
),
migrations.AlterField(
model_name='radiusoption',
name='unknown_port_vlan',
field=models.ForeignKey(blank=True,help_text='VLAN for unknown ports if not rejected',null=True,on_delete=django.db.models.deletion.PROTECT,related_name='unknown_port_vlan',to='machines.Vlan',verbose_name='Unknown ports VLAN'),
),
migrations.AlterField(
model_name='radiusoption',
name='unknown_room',
field=models.CharField(choices=[('REJECT','Reject the machine'),('SET_VLAN','Place the machine on the VLAN')],default='REJECT',max_length=32,verbose_name='Policy for machines connecting from unregistered rooms (relevant on ports with STRICT RADIUS mode)'),
),
migrations.AlterField(
model_name='radiusoption',
name='unknown_room_vlan',
field=models.ForeignKey(blank=True,help_text='VLAN for unknown rooms if not rejected',null=True,on_delete=django.db.models.deletion.PROTECT,related_name='unknown_room_vlan',to='machines.Vlan',verbose_name='Unknown rooms VLAN'),
),
migrations.AlterField(
model_name='reminder',
name='days',
field=models.IntegerField(default=7,help_text="Delay between the email and the membership's end",unique=True),
),
migrations.AlterField(
model_name='reminder',
name='message',
field=models.CharField(blank=True,default='',help_text='Message displayed specifically for this reminder',max_length=255,null=True),
),
migrations.AlterField(
model_name='switchmanagementcred',
name='default_switch',
field=models.BooleanField(default=True,help_text='Default credentials for switches',unique=True),
<h5>{% if topologieoptions.provision_switchs_enabled %}<spanclass="label label-success">Provision de la config des switchs{% else %}<spanclass="label label-danger">Provision de la config des switchs{% endif%}</span></h5>
<h5>{% if topologieoptions.provision_switchs_enabled %}<spanclass="label label-success">{% trans "Provision of configuration for switches" %}{% else %}<spanclass="label label-danger">{% trans "Provision of configuration for switches" %}{% endif%}</span></h5>
<tableclass="table table-striped">
<tableclass="table table-striped">
<tr>
<tr>
<th>Switchs configurés automatiquement</th>
<th>{% trans "Switches with automatic provision" %}</th>
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'preferences:add-mailcontact' %}"><iclass="fa fa-plus"></i>{% trans "Add an address" %}</a>
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'preferences:add-mailcontact' %}"><iclass="fa fa-plus"></i>{% trans "Add an address" %}</a>
{% acl_end %}
{% acl_end %}
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'preferences:del-mailcontact' %}"><iclass="fa fa-trash"></i>{% trans "Delete one or several addresses" %}</a>
<aclass="btn btn-danger btn-sm"role="button"href="{% url 'preferences:del-mailcontact' %}"><iclass="fa fa-trash"></i>{% trans "Delete one or several addresses" %}</a>
<p></p>
<p></p>
{% include "preferences/aff_mailcontact.html" with mailcontact_list=mailcontact_list %}
{% include 'preferences/aff_mailcontact.html' with mailcontact_list=mailcontact_list %}
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
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
se veut agnostique au réseau considéré, de manière à être installable en
@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<divclass="caption">
<divclass="caption">
<h3>{% trans "Registration" %}</h3>
<h3>{% trans "Registration" %}</h3>
<p>{% trans "If you don't have an account yet and you want to access the Internet and the organisation's services, create your own personal account." %}</p>
<p>{% trans "If you don't have an account yet and you want to access the Internet and the organisation's services, create your own personal account." %}</p>
<p><ahref="{% url 'users:new-user' %}"class="btn btn-primary"role="button">{% trans "Registration" %}</a></p>
<p><ahref="{% url 'users:new-user' %}"class="btn btn-primary"role="button">{% trans "Sign up" %}</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
@ -53,8 +53,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<divclass="thumbnail">
<divclass="thumbnail">
<divclass="caption">
<divclass="caption">
<h3>{% trans "Logging in" %}</h3>
<h3>{% trans "Logging in" %}</h3>
<p>{% trans "If you already have an account, log in. You can manage your subscription to the organisation, your machines and all your services." %}</p>
<p>{% trans "If you already have an account, log in. You can manage your subscriptions to the organisation, your machines and all your services." %}</p>
<p><ahref="{% url 'login' %}"class="btn btn-primary"role="button">{% trans "Logging in" %}</a></p>
<p><ahref="{% url 'login' %}"class="btn btn-primary"role="button">{% trans "Log in" %}</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
@ -66,7 +66,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<divclass="thumbnail">
<divclass="thumbnail">
<divclass="caption">
<divclass="caption">
<h3>{% trans "My profile" %}</h3>
<h3>{% trans "My profile" %}</h3>
<p>{% trans "To manage your subscription, your machines and all your services, access your profile." %}</p>
<p>{% trans "To manage your subscriptions, your machines and all your services, access your profile." %}</p>
<p><ahref="{% url 'users:mon-profil' %}"class="btn btn-primary"role="button">{% trans "Access my profile" %}</a></p>
<p><ahref="{% url 'users:mon-profil' %}"class="btn btn-primary"role="button">{% trans "Access my profile" %}</a></p>