Parašė MaFetas· 2008 Rugp. 20 20:08:33
#3
Čia tarkim kad vedant naują pass reiktų įrašyti senąjį
if ($_POST['user_newpassword'] != "") {
if ($_POST['user_newpassword2'] != $_POST['user_newpassword']) {
$error .= $locale['485']."<br>";
} elseif (md5($_POST['user_oldpassword']) != $userdata['user_password']) {
$error .= $locale['488']."<br>";
} else {
if ($_POST['user_hash'] == $userdata['user_password']) {
if (!preg_match("/^[0-9A-Z@]{6,20}$/i", $_POST['user_newpassword'])) {
$error .= $locale['486']."<br>\n";
}
} else {
$error .= $locale['487']."<br>\n";
}
}
}
Reiktų jį keisti update_profile_include.php faile :) Maždaug pagal jį gali ir su email pasidaryti