Password recovery fixes
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-03-31 12:33:30 +02:00
parent f9c8cd0e83
commit 3008f4b87f
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.407.41", "version": "1.407.42",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

View File

@ -1,6 +1,6 @@
<?php <?php
use Vn\Web; include __DIR__.'/account.php';
/** /**
* Restores the user password. * Restores the user password.