now login is using username not email
This commit is contained in:
@@ -46,7 +46,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'username' => 'email',
|
||||
'username' => 'username',
|
||||
|
||||
'email' => 'email',
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ return [
|
||||
|
||||
'features' => [
|
||||
// Features::termsAndPrivacyPolicy(),
|
||||
// Features::profilePhotos(),
|
||||
Features::profilePhotos(),
|
||||
// Features::api(),
|
||||
// Features::teams(['invitations' => true]),
|
||||
Features::accountDeletion(),
|
||||
|
||||
Reference in New Issue
Block a user