Authentication
MythAuth
package is used for authentication.- Edit the
App->Config->Auth.php
file and change the following path to the view: - This path needs to be path of your view file.
public $views = [
'login' => 'App\Views\auth\login',
'register' => 'App\Views\auth\register',
'forgot' => 'App\Views\auth\forgot-password',
'reset' => 'App\Views\auth\recoverpw',
'emailForgot' => 'App\Views\Auth\emails\forgot',
'emailActivation' => 'App\Views\Auth\emails\activation',
];