Added email and password reset
This commit is contained in:
@@ -23,7 +23,7 @@ Route::group(['middleware'=>['theme:adminlte-be','auth','role:wholesaler'],'pref
|
||||
Route::post('setup','AdminHomeController@setup_update');
|
||||
Route::get('switch/start/{id}','\Leenooks\Controllers\AdminController@user_switch_start')->name('switch.user.stop');
|
||||
|
||||
Route::get('accounting/connect', 'AccountingController@connect');
|
||||
//Route::get('accounting/connect', 'AccountingController@connect');
|
||||
});
|
||||
|
||||
Route::get('admin/switch/stop','\Leenooks\Controllers\AdminController@user_switch_stop')->name('switch.user.start')->middleware('auth');
|
||||
|
Reference in New Issue
Block a user