mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
Guillermo - Issue #46
This commit is contained in:
parent
ea2c750515
commit
0aeb04c642
@ -76,6 +76,7 @@ class SendRecoverPasswordController extends Controller {
|
||||
$mailSender->setTemplate(MailTemplate::PASSWORD_FORGOT, [
|
||||
'to' => $this->user->email,
|
||||
'name' => $this->user->name,
|
||||
'url' => Setting::getSetting('url')->getValue(),
|
||||
'token' => $this->token
|
||||
]);
|
||||
|
||||
|
@ -39,7 +39,7 @@ class FileUploader extends FileManager {
|
||||
$newName = $this->linearCongruentialGenerator->generate($this->linearCongruentialGeneratorOffset) . '_' . $newName;
|
||||
}
|
||||
|
||||
$this->fileName = $newName;;
|
||||
$this->fileName = $newName;
|
||||
}
|
||||
|
||||
public function setGeneratorValues($gap, $first, $offset) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user