Projet

Général

Profil

0001-auth_saml-improve-lookup-by-attributes-description-7.patch

Valentin Deniaud, 26 octobre 2022 11:53

Télécharger (1009 octets)

Voir les différences:

Subject: [PATCH] auth_saml: improve lookup by attributes description (#70700)

 src/authentic2_auth_saml/models.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
src/authentic2_auth_saml/models.py
221 221
    ignore_case = models.BooleanField(_('Ignore case'), default=False)
222 222

  
223 223
    description = _(
224
        'Define which attributes are used to establish the link with an identity provider account.'
224
        'Define which attributes are used to establish the link with an identity provider account. '
225
        'They are tried successively until one matches.'
225 226
    )
226 227

  
227 228
    class Meta:
228
-