mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 12:23:48 +00:00
Merge remote-tracking branch 'origin/next' into audit-policies
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ class User extends Authenticatable implements SendsEmail
|
||||
Carbon::now()->addMinutes(Config::get('auth.verification.expire', 60)),
|
||||
[
|
||||
'id' => $this->getKey(),
|
||||
'hash' => sha1($this->getEmailForVerification()),
|
||||
'hash' => hash('sha256', $this->getEmailForVerification()),
|
||||
]
|
||||
);
|
||||
$mail->view('emails.email-verification', [
|
||||
|
||||
Reference in New Issue
Block a user