-
Notifications
You must be signed in to change notification settings - Fork 163
Two Factor Authentication #80
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
Two Factor Authentication #80
Conversation
- Implement two-factor authentication
|
After some more testing elsewhere email appears to work alright; as a result I think updating (for birthday entry in particular) is the only significant issue for this |
Conflicts: app/Http/Controllers/Auth/RegisterController.php app/Http/Controllers/Users/AccountController.php app/Models/User/User.php app/Services/UserService.php composer.json
Conflicts: app/Http/Controllers/Auth/LoginController.php app/Http/Controllers/Auth/RegisterController.php app/Http/Controllers/Users/AccountController.php app/Models/User/User.php app/Services/UserService.php composer.json resources/views/account/settings.blade.php resources/views/auth/passwords/reset.blade.php resources/views/auth/verify.blade.php routes/lorekeeper/members.php routes/web.php
- make recaptcha toggleable in config - implement laravel honeypot on fortify routes - fix resend verification email route
|
Updated this for birthday, etc. checking; I endeavored to not break alias registrations/login but would like more checking around that. |
- remove redundant controller functions
…e/lorekeeper into feature/two-factor-auth
ScuffedNewt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some notes / general clarification, nothing crazy
forgot mostly what I asked since I couldn't finalise review
- downgrade intervention/image Conflicts: composer.lock
Tested locally, though I would definitely appreciate more testing, especially around
the reimplementation of password reset, email verification etc.alias registration/login. Requires composer update, migrate