mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Update auth.php
This commit is contained in:
parent
7c2863b942
commit
90e1244f4c
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ return [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'password' => [
|
'password' => [
|
||||||
'email' => 'emails.password',
|
'email' => 'emails.auth.reminder',
|
||||||
'table' => 'password_resets',
|
'table' => 'password_reminders',
|
||||||
'expire' => 60,
|
'expire' => 60,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue