-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
2FA Two Authentication Factor #164 #724
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7db3df7
[WIP] Add google2fa depend and views
asbiin b8f3803
[WIP] Add check for code when enabling 2FA, improve views
asbiin 280498a
Update composer
asbiin f5ef3f9
Add a Command to deactivate 2FA for a user
asbiin 9c956a5
Add a new conf in the .env file to enable/disable 2FA
asbiin 70cb16b
Use the login function from Authenticator
asbiin a6cbd94
Add some tests
asbiin b0ef8cc
Updating composer
asbiin df3b0a4
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin a1c1468
Commit StyleCI analysis
asbiin e49f927
Add a Security item in the sidebar, and fix other stuffs (translation…
asbiin 63bc2f3
Update lang file (en) that was missed on the last commit
asbiin 6f44483
Add a comment to the env example file
asbiin 0d37211
Renaming controller, add good return message
asbiin c8c8266
StyleCI recommandations
asbiin db98f2c
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin b81a417
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin 6006cf6
Update messages
asbiin 663db7c
Use app laravel function
asbiin 42260cf
Change route for 2fa validation
asbiin 2c5b1db
Fix layout and some messages
asbiin a740b68
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin b37c399
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin 28380f2
Fix styleci
asbiin fbe4586
Merge branch '164-2FA-two-factor-auth' of github.com:asbiin/monica in…
asbiin efe87c5
Add texts to every lang files
asbiin 8d0e1bf
Fix stylceci
asbiin 151535b
Add some infos
asbiin a7c0cfa
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin 0b0f393
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin d2159bb
Merge branch 'master' into 164-2FA-two-factor-auth
asbiin 06612eb
Review AddGoogle2faSecretToUsers
asbiin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a comment to the env example file
Signed-off-by: Alexis Saettler <alexis@saettler.org>
- Loading branch information
commit 6f44483f7be18abe9cc090ec543f626a8321a38d
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -99,4 +99,5 @@ AWS_REGION=us-east-1 | |
| AWS_BUCKET= | ||
| AWS_SERVER= | ||
|
|
||
| # Enable Two Factor Authentication | ||
| 2FA_ENABLED=false | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can you add a comment here on what 2FA is and does?