You have the option to log in using the email and password. You will be prompted to this page when trying to access any page on the website while not being logged in.
The App\Http\Controllers\ProfileController handles the update of the user information and password.
If you input the wrong data when editing the profile, don`t worry. Validation rules have been added to prevent this (see App\Http\Requests\UserRequest).