0
1
Fork 0

Sincroniza usuario en minúsculas

This commit is contained in:
Juan Ferrer Toribio 2017-05-31 13:43:12 +02:00
parent 400fa1787d
commit e9c870b473
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.3) stable; urgency=low
hedera-web (1.405.4) stable; urgency=low
* Initial Release.

View File

@ -8,7 +8,7 @@ class Login extends Vn\Web\JsonRequest
{
try {
Account::trySync ($db
,$_POST['user']
,strtolower ($_POST['user'])
,$_POST['password']
);
}