Register
You have the option to register an user using the email and password. To access this page, just click add /register in the URL.
The App\Http\Controllers\ProfileController
handles the update of the user information and password.
Validation is taken care of in .app/Http/Controllers/Auth/RegisterController.php
.