Développement #67103
authenticators, éviter la modification du nom d'un block de login
Start date:
07 July 2022
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Côté thèmes on trouve par exemple {% if login_block.name != "SAML" %}
or dans la version actuelle du code ça renverrait la colonne name du modèle SAMLAuthenticator et pas 'SAML'.
Files
Related issues
Associated revisions
History
Updated by Valentin Deniaud over 2 years ago
- File 0001-authenticators-keep-correct-name-in-login_block-6710.patch 0001-authenticators-keep-correct-name-in-login_block-6710.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Valentin Deniaud over 2 years ago
- Related to Développement #66876: migrer FedictAuthenticator et sa config en base added
Updated by Paul Marillonnet over 2 years ago
- Status changed from Solution proposée to Solution validée
Updated by Valentin Deniaud over 2 years ago
- Status changed from Solution validée to Résolu (à déployer)
commit 5d5716284c94da3cd4269d64676bacde1b99a589 Author: Valentin Deniaud <vdeniaud@entrouvert.com> Date: Thu Jul 7 10:15:22 2022 +0200 authenticators: keep correct name in login_block (#67103)
Updated by Transition automatique over 2 years ago
- Status changed from Résolu (à déployer) to Solution déployée
authenticators: keep correct name in login_block (#67103)