mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[PR #245] [CLOSED] WIP: Email as a 2nd factor. #326
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#326
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nextcloud/twofactor_gateway/pull/245
Author: @Flow86
Created: 6/14/2019
Status: ❌ Closed
Base:
master← Head:email-verification📝 Commits (1)
b3527d5First implementation of Email as a 2nd factor.📊 Changes
15 files changed (+471 additions, -7 deletions)
View changed files
📝
appinfo/info.xml(+1 -0)📝
composer.json(+1 -1)➕
js/components/EmailInstructions.vue(+13 -0)➕
js/components/EmailSettings.vue(+145 -0)📝
js/init.js(+5 -0)➕
js/views/EmailSettings.vue(+38 -0)📝
lib/Command/Configure.php(+14 -2)📝
lib/Command/Status.php(+9 -1)📝
lib/Command/Test.php(+10 -1)📝
lib/Provider/AProvider.php(+1 -0)➕
lib/Provider/EmailProvider.php(+70 -0)📝
lib/Provider/Factory.php(+8 -1)➕
lib/Service/Gateway/Email/Gateway.php(+90 -0)➕
lib/Service/Gateway/Email/GatewayConfig.php(+57 -0)📝
lib/Service/Gateway/Factory.php(+9 -1)📄 Description
Hi,
since I didn't find a working email two factor solution, I've "hacked" it into this app.
Some caveats/TODOs:
Perhaps someone helps this code to add a proper implementation?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.