complete story 1.3 with qa test & added future recommendations to the dev
This commit is contained in:
+3
-4
@@ -144,15 +144,14 @@ return [
|
||||
*/
|
||||
|
||||
'features' => [
|
||||
Features::registration(),
|
||||
// Features::registration(), // DISABLED - admin creates accounts
|
||||
Features::resetPasswords(),
|
||||
Features::emailVerification(),
|
||||
// Features::updateProfileInformation(),
|
||||
// Features::updatePasswords(),
|
||||
Features::updateProfileInformation(),
|
||||
Features::updatePasswords(),
|
||||
Features::twoFactorAuthentication([
|
||||
'confirm' => true,
|
||||
'confirmPassword' => true,
|
||||
// 'window' => 0,
|
||||
]),
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user