When activating the roles and permissions, no user can change their password, including the administrator user
I am using:
- radsystem 8.1.8
- Php Laravel
- Bootstrap JQuery
- Php 7.4.33
When activating the roles and permissions, no user can change their password, including the administrator user
I am using:
Make sure you have given that user permission to edit his or her account.
inside the web.php, bellow this line
Route::middleware([âauthâ, ârbacâ])->group(function () {
remove
" Route::post(âaccount/changepasswordâ, âAccountController@changepasswordâ)->name(âaccount.changepasswordâ);"
and paste it at the topâŚ