Skip to content
Extraits de code Groupes Projets
Valider fdae5f14 rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

attempting to debug why the build is failing

git-svn-id: http://dev.piwik.org/svn/trunk@6747 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 684a3666
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -700,6 +700,8 @@ class Piwik_UsersManager_API
{
if(strlen($md5Password) != 32)
{
//FIXME TODO TEMP
throw new Exception("what's going on here! '$md5Password' " . var_export($_REQUEST,true));
throw new Exception(Piwik_TranslateException('UsersManager_ExceptionPasswordMD5HashExpected'));
}
return md5($userLogin . $md5Password );
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter