mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Changed cod type
This commit is contained in:
parent
ad065e2464
commit
14a3a79eb3
@ -648,7 +648,7 @@ if (! isset ($config['id_user'])) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
$cod_hash = $user_reset_pass . "::::" . base64_encode(rand(10, 1000000) . rand(10, 1000000) . rand(10, 1000000));
|
||||
$cod_hash = $user_reset_pass . "::::" . md5(rand(10, 1000000) . rand(10, 1000000) . rand(10, 1000000));
|
||||
|
||||
$subject = '[Pandora] '.__('Reset password');
|
||||
$body = __('This is the automatic message');
|
||||
|
Loading…
x
Reference in New Issue
Block a user