starting with password recovery procedures

This commit is contained in:
Antonio Ramirez
2016-12-06 14:31:11 +01:00
parent c5279eb13c
commit ea68cb3d84
11 changed files with 243 additions and 40 deletions

View File

@ -60,7 +60,7 @@ class UserCreateService implements ServiceInterface
} catch (Exception $e) {
$transaction->rollBack();
$this->logger->log($e->getMessage(), Logger::LEVEL_WARNING);
$this->logger->log($e->getMessage(), Logger::LEVEL_ERROR);
return false;
}