gitignore cleanup for bootstrapping

This commit is contained in:
Benjamin Takats
2022-11-29 20:31:02 +01:00
parent cce4f1e9bc
commit 609ca4739b
7 changed files with 131 additions and 36 deletions

View File

@@ -103,7 +103,7 @@ return [
*/
'limiters' => [
'login' => 'login',
'login' => 'login',
'two-factor' => 'two-factor',
],
@@ -134,11 +134,11 @@ return [
'features' => [
Features::registration(),
Features::resetPasswords(),
// Features::emailVerification(),
Features::emailVerification(),
Features::updateProfileInformation(),
Features::updatePasswords(),
Features::twoFactorAuthentication([
'confirm' => true,
'confirm' => true,
'confirmPassword' => true,
// 'window' => 0,
]),

View File

@@ -58,8 +58,8 @@ return [
*/
'features' => [
// Features::termsAndPrivacyPolicy(),
// Features::profilePhotos(),
Features::termsAndPrivacyPolicy(),
Features::profilePhotos(),
// Features::api(),
Features::teams(['invitations' => true]),
Features::accountDeletion(),