forked from verdnatura/hedera-web
Password recovery fixes
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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.41",
|
||||
"version": "1.407.42",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Vn\Web;
|
||||
include __DIR__.'/account.php';
|
||||
|
||||
/**
|
||||
* Restores the user password.
|
||||
|
|
Loading…
Reference in New Issue