fixed user registration issue
This commit is contained in:
parent
908d877cfb
commit
f5664ce84b
9 changed files with 203 additions and 30 deletions
|
|
@ -130,7 +130,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'views' => true,
|
||||
'views' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -144,7 +144,7 @@ return [
|
|||
*/
|
||||
|
||||
'features' => [
|
||||
Features::registration(),
|
||||
// Features::registration(),
|
||||
Features::resetPasswords(),
|
||||
Features::emailVerification(),
|
||||
Features::twoFactorAuthentication([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue