1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added password reset functionaility. Fixes #27.

This commit is contained in:
Dan Brown
2015-08-23 15:46:02 +01:00
parent 0b222c7734
commit b68f2803fc
7 changed files with 264 additions and 3 deletions

View File

@ -54,7 +54,7 @@ return [
|
*/
'from' => ['address' => null, 'name' => null],
'from' => ['address' => env('MAIL_FROM', 'mail@bookstackapp.com'), 'name' => 'BookStack'],
/*
|--------------------------------------------------------------------------