Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4 - Login + reset password #20

Merged
merged 36 commits into from
Aug 20, 2024
Merged

#4 - Login + reset password #20

merged 36 commits into from
Aug 20, 2024

Conversation

PrabuckiDominik
Copy link
Collaborator

This should close #4 .
Added: Register and login
Implemented: Reset, forgot password and mail verification

@PrabuckiDominik PrabuckiDominik linked an issue Aug 13, 2024 that may be closed by this pull request
Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I think that in this situation I should see validation error

image

  1. I don't get reset password e-mail

  2. When I'm on register page and I click "Register" I should see some validation messages - now I don't see anything

app/Http/Requests/Auth/RegisterUserRequest.php Outdated Show resolved Hide resolved
Add:
 validation errors and messages
Improve:
 Controllers with requests
 Tests
app/Http/Controllers/PasswordResetLinkController.php Outdated Show resolved Hide resolved
app/Http/Controllers/PasswordResetLinkController.php Outdated Show resolved Hide resolved
app/Http/Requests/Auth/AuthenticateSessionRequest.php Outdated Show resolved Hide resolved
app/Http/Requests/Auth/ForgotPasswordRequest.php Outdated Show resolved Hide resolved
app/Http/Requests/Auth/RegisterUserRequest.php Outdated Show resolved Hide resolved
app/Http/Requests/Auth/ResetPasswordRequest.php Outdated Show resolved Hide resolved
app/Mail/RegistrationMail.php Outdated Show resolved Hide resolved
resources/js/Pages/Auth/Verify-Email.vue Outdated Show resolved Hide resolved
Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I reset password and I fill email that doesn't exist in database I see error

image

I think that we should give information something like "If your e-mail is in our database, you will receive email with reset password" or something like that

Change to pl language in .env.example.
Change some files name into PascalCase.
Remove unused verify-email.
Remove messages from requests.
Add SchoolResource
Remove unused route and pages
.env.example Outdated Show resolved Hide resolved
app/Http/Controllers/RegisterUserController.php Outdated Show resolved Hide resolved
app/Http/Requests/Auth/AuthenticateSessionRequest.php Outdated Show resolved Hide resolved
app/Mail/RegistrationMail.php Outdated Show resolved Hide resolved
app/Models/School.php Outdated Show resolved Hide resolved
resources/js/Pages/Auth/ResetPassword.vue Show resolved Hide resolved
resources/js/Pages/Auth/ResetPassword.vue Outdated Show resolved Hide resolved
resources/js/Pages/Home.vue Show resolved Hide resolved
resources/js/components/Home/LoginForm.vue Show resolved Hide resolved
routes/web.php Outdated Show resolved Hide resolved
kamilpiech97
kamilpiech97 previously approved these changes Aug 20, 2024
.env.example Outdated Show resolved Hide resolved
kamilpiech97
kamilpiech97 previously approved these changes Aug 20, 2024
@PrabuckiDominik PrabuckiDominik merged commit 5826b80 into main Aug 20, 2024
3 checks passed
@PrabuckiDominik PrabuckiDominik deleted the 4-login-+-reset-password branch August 20, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login + reset password
4 participants