From 60ae92cc5ad87575cbb89c5fc363174044b9163d Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 25 Apr 2017 16:26:39 +0200 Subject: [PATCH] Add changelog for merges 03a069268aaa441a4773c3b055b207e7c33eebe5 and 253b4311941ce84b8d44a3919da59aedff73f412 --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ca9637e..39d1cc1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,12 +16,15 @@ Added * Support for ldap3 version 2 or more (changes in the API) All exception are now in ldap3.core.exceptions, methodes for fetching attritutes and dn are renamed. +* Possibility to disable service message boxes on the login pages Fixed ----- * Then using the LDAP auth backend with ``bind`` method for password check, do not try to bind if the user dn was not found. This was causing the exception ``'NoneType' object has no attribute 'getitem'`` describe in #21 +* Increase the max size of usernames (30 chars to 250) + v0.8.0 - 2017-03-08