mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
wip
This commit is contained in:
@@ -65,7 +65,7 @@ class RegisterController extends Controller
|
||||
protected function create(array $data)
|
||||
{
|
||||
return User::create([
|
||||
'name' => $data['name'],
|
||||
'realname' => $data['name'],
|
||||
'email' => $data['email'],
|
||||
'password' => Hash::make($data['password']),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user