Projet

Général

Profil

Tâche #30594

Mis à jour par Joël Cuissinat il y a plus de 3 ans

Vérifier les versions impactées !
<pre>
root@horus:~# /usr/share/eole/backend/ajout_utilisateur.py -u "jhorus;minedu;U;Eole12345!"
test_password_length() takes exactly 2 arguments (1 given) pour jhorus
</pre>

<pre>
root@horus:~# rgrep test_password_length /usr/share/eole/backend/
/usr/share/eole/backend/ajout_utilisateur.py: from ead2.backend.actions.scribe.tool.validate import test_password_length
/usr/share/eole/backend/ajout_utilisateur.py: test_password_length(passwd)
/usr/share/eole/backend/ajout_utilisateur.py: from ead2.backend.actions.scribe.tool.validate import test_password_length
/usr/share/eole/backend/ajout_utilisateur.py: test_password_length(passwd)
</pre>

<pre>
root@horus:~# grep 'def test_password_length' /usr/share/ead2/backend/actions/scribe/tool/validate.py
def test_password_length(username, pwd):
</pre>

Retour