1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +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

@ -20,10 +20,10 @@ class PasswordController extends Controller
use ResetsPasswords;
protected $redirectTo = '/';
/**
* Create a new password controller instance.
*
* @return void
*/
public function __construct()
{