Bug #83733
mauvais helptext sur les conditions d'affichage des blocs d'authentification
Status:
Rejeté
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
20 November 2023
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Inspiré par #83730, le texte traduit dit actuellement :
Gabarit pour contrôler l’affichage du moyen d’authentification. Par exemple, « 'backoffice' in login_hint or remote_addr == '1.2.3.4' » le masquera aux yeux des usagers sauf s'ils viennent de l’adresse IP spécifiée. Les variables disponibles sont : include service_ou_slug, service_slug, remote_addr, login_hint et headers.
le texte original dit :
help_text=_( 'Django template controlling authenticator display. For example, "\'backoffice\' in ' 'login_hint or remote_addr == \'1.2.3.4\'" would hide the authenticator from normal users ' 'except if they come from the specified IP address. Available variables include ' 'service_ou_slug, service_slug, remote_addr, login_hint and headers.' ),
Mais il ne s'agit pas d'un gabarit, et pas de django.
History
Updated by Thomas Noël 10 days ago
- Status changed from Nouveau to Rejeté
Je me suis permis de faire ce correctif à l'intérieur de #83730, c'est vraiment très proche (même idée, même fichier, ...)