fb92f399e1c896d31edec5dbc0ed57928f18d6ba
bernd webinterface => /webinterface

bernd authored 17 years ago

1) <?php
2) $title = "Passwort beantragen";
3) 
4) //require_once('inc/error.php');
5) //system_failure("Diese Funktion ist noch nicht fertiggestellt.");
6) 
7) if (isset($_POST['customerno']))
8) {
9)   require_once('newpass.php');
10)   if (customer_has_email($_POST['customerno'], $_POST['email']))
11)   {
12)     if (create_token($_POST['customerno']))
13)     {
14)       require_once('mail.php');
bernd Logging aktiviert

bernd authored 16 years ago

15)       require_once('inc/base.php');
bernd webinterface => /webinterface

bernd authored 17 years ago

16)       send_customer_token($_POST['customerno']);
bernd Logging aktiviert

bernd authored 16 years ago

17)       logger("modules/index/new_password.php", "pwrecovery", "token sent for customer »{$_POST['customerno']}«");