Password recovery fixes
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f9c8cd0e83
commit
3008f4b87f
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.41) stable; urgency=low
|
hedera-web (1.407.42) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Vn\Web;
|
include __DIR__.'/account.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Restores the user password.
|
* Restores the user password.
|
||||||
|
|
Loading…
Reference in New Issue