mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-18 14:21:05 +00:00
Got standard form-based registration working
This commit is contained in:
parent
2c3fb557d6
commit
dec0cbb1b2
17 changed files with 370 additions and 10 deletions
app/Http/Controllers
|
@ -118,7 +118,6 @@ class UserController extends Controller
|
|||
}
|
||||
|
||||
if ($request->has('password') && $request->get('password') != '') {
|
||||
//dd('cat');
|
||||
$password = $request->get('password');
|
||||
$user->password = bcrypt($password);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue