Browse Source
User login with email address instead of username
User login with email address instead of username
Removed username from users table Fixed to pass all tests after username removalpull/1/head
25 changed files with 18 additions and 48 deletions
-
1app/Entities/Projects/ProjectsRepository.php
-
2app/Entities/Users/User.php
-
2app/Entities/Users/UserPresenter.php
-
6app/Http/Controllers/AuthController.php
-
4app/Http/Requests/Accounts/LoginRequest.php
-
3app/Http/Requests/Accounts/RegisterRequest.php
-
1app/Http/Requests/Users/CreateRequest.php
-
1app/Http/Requests/Users/UpdateRequest.php
-
1database/factories/ModelFactory.php
-
1database/migrations/2014_10_12_000000_create_users_table.php
-
2database/seeds/UsersTableSeeder.php
-
2resources/lang/id/auth.php
-
4resources/views/auth/login.blade.php
-
1resources/views/auth/profile.blade.php
-
6resources/views/auth/register.blade.php
-
1resources/views/users/create.blade.php
-
1resources/views/users/delete.blade.php
-
1resources/views/users/edit.blade.php
-
2resources/views/users/index.blade.php
-
1resources/views/users/show.blade.php
-
2tests/Feature/Auth/MemberChangePasswordTest.php
-
6tests/Feature/Auth/MemberLoginTest.php
-
4tests/Feature/Auth/MemberRegistrationTest.php
-
2tests/Feature/Auth/ResetPasswordTest.php
-
9tests/Feature/ManageUsersTest.php
Write
Preview
Loading…
Cancel
Save
Reference in new issue