ne pas envoyer d'erreur quand une creation de compte est refusé pour un chercheur ou un personnel

monte la dépendance sur django-journal à la version 1.20.0
This commit is contained in:
Benjamin Dauvergne 2013-07-30 10:20:04 +02:00
parent 2a313c7295
commit 88e535657a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.15
VERSION=0.16
package:
git archive -o ../appli-logement-$(VERSION).tar --prefix=appli-logement-$(VERSION)/ HEAD

View File

@ -142,7 +142,7 @@ class ProfilRechercheAuthentification(ProfilMoteurAuthentification):
and attributes.get(self.SUPANN_MAIL_PERSO)):
return self.creation_du_compte(identifiant, cas_url, ldap_resultat)
else:
django_journal.error_record('error',
django_journal.error_record('warning',
u'création de compte impossible pour l\'identifiant CAS {cas_user}',
cas_user=identifiant,
ldap_data=ldap_resultat)

View File

@ -14,5 +14,5 @@ South==0.7.6
django-modeltranslation==0.6.1
git+http://github.com/cypreess/django-fiber-modeltranslation.git
django-daterange-filter==0.1.1
django-journal<2.0.0
django-journal>=1.20.0,<2.0.0
http://repos.entrouvert.org/python-entrouvert.git/snapshot/python-entrouvert-1.3.tar.gz