Merge branch 'install_wizard'

This commit is contained in:
Manuel Raynaud
2013-09-17 16:02:24 +02:00
38 changed files with 10957 additions and 100 deletions

View File

@@ -34,8 +34,6 @@ class Admin extends BaseAdmin implements UserInterface
public function setPassword($password)
{
\Thelia\Log\Tlog::getInstance()->debug($password);
if ($this->isNew() && ($password === null || trim($password) == "")) {
throw new \InvalidArgumentException("customer password is mandatory on creation");
}