-
Notifications
You must be signed in to change notification settings - Fork 0
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
Login + reset password #4
Comments
PrabuckiDominik
added a commit
that referenced
this issue
Aug 20, 2024
* Add migration for schools_table and modify users_table * Add migration for schools_table and modify users_table * Add: - register and login forms - RegisterUserController and RegisterUserRequest - ContestController - improve user model - add foreign key to user table * Fix code style * Add tests and SchoolFactory * Mail Verification * Test Mail * Add EmailVerifyController Add PasswordResetLinkController * Improve DatabaseSeeder and Factories * Fix RegisterUserController Add and improve tests * Increase bcrypt round to 12 * Add .vue for Forgot-Password * Code style fix * Add reset password * Add tests for reset password * fix code style * Add validation errors and messages Add: validation errors and messages Improve: Controllers with requests Tests * Add validation translation files Change to pl language in .env.example. Change some files name into PascalCase. Remove unused verify-email. Remove messages from requests. * Fix email error message for existing email addresses * Link frontend with backend Add SchoolResource Remove unused route and pages * Pack routes into group middleware * Remove empty spaces * Rename zipCode to zip_code * Remove app_locale from .env.example * Move some logic into if in RegisterUserController * Remove dead code * Fix code style * Change redirect to home after password reset * Update redirect path in ResetPasswordTest * Fix return message in forgot password * Add: - Schools are sortable by name in searchbar in register form * Remove : APP_FALLBACK_LOCALE and APP_FAKER_LOCALE from .env.example * Add attribute required to checkbox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Register users should be able to login to application. Also they should have possibility to reset their password.
The text was updated successfully, but these errors were encountered: