forgot-password function on login

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-16 21:08:25 +01:00
parent 14111583f1
commit f930565d45
6 changed files with 77 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ $lng['login']['language'] = 'Language';
$lng['login']['login'] = 'Login';
$lng['login']['logout'] = 'Logout';
$lng['login']['profile_lng'] = 'Profile language';
$lng['login']['welcomemsg'] = 'Please log in to access your account.';
/**
* Customer

View File

@@ -44,6 +44,7 @@ $lng['login']['language'] = 'Sprache';
$lng['login']['login'] = 'Anmelden';
$lng['login']['logout'] = 'Abmelden';
$lng['login']['profile_lng'] = 'Profilsprache';
$lng['login']['welcomemsg'] = 'Bitte melden Sie sich an, um auf Ihr Konto zuzugreifen.';
/**
* Customer