authentic/src
Benjamin Dauvergne 33ffd4e42c fix UnicodeDecodeError in PickerWidgetMixin (fixes #23055)
'%s' % _(whatever) will produce a str containing utf-8 characters, but
it will fail when interpolated with another unicode string, which
happend in:

  '%s %s' % (_('Format:'), self.options['format'])

as self.options['format'] is unicode.
2018-04-10 09:49:18 +02:00
..
authentic2 fix UnicodeDecodeError in PickerWidgetMixin (fixes #23055) 2018-04-10 09:49:18 +02:00
authentic2_auth_oidc auth_oidc: add hook to modify user before login (fixes #22209) 2018-03-01 16:21:21 +01:00
authentic2_auth_saml misc: switch form buttons to <button> markup (#22438) 2018-04-04 09:17:48 +02:00
authentic2_idp_cas translation update 2018-01-24 12:14:25 +01:00
authentic2_idp_oidc misc: switch form buttons to <button> markup (#22438) 2018-04-04 09:17:48 +02:00
authentic2_idp_openid translation update 2018-01-24 12:14:25 +01:00
authentic2_provisionning_ldap replace custom Slapd class by using the ldaptools package 2016-04-26 00:45:00 +02:00
django_rbac translation update 2018-01-24 12:14:25 +01:00