1 (edited by 2013-08-20 21:01:45)

Topic: Lost password box

Hi. When a user try to recover password, CN recover system works fine but I'd want to know why, after followed the link sent for email, it shows these strange characters, above the page:
http://marnevi.altervista.org/Cattura3.JPG

2 (edited by 2013-08-21 08:25:08)

Re: Lost password box

Yes, there is still setting information, you can delete it in the file /register.php 156 line:
$user_arr[UDB_PASS] = $hmet[ count($hmet)-1 ]; print_r($new_pass); print_R($hmet);
change to:
$user_arr[UDB_PASS] = $hmet[ count($hmet)-1 ];

Best regards,
CN Support team