forked from jonjomckay/fritter
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
* Implement issue #193 Cannot add 2FA Protected account (or feature #195 Two factor authentication support). | ||
* Implement issue #192 Allows different strategy to use the accounts ( prioritize regular, use both guest and regular, use only regular). | ||
* Implement issue #192 Allows different strategy to use the accounts. | ||
There are 3 possible choices that can be set in the Account page: | ||
- prioritize regular account (choice by default) | ||
- use both guest and regular account | ||
- use only regular account. |
This file contains 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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
* Implement issue #193 Cannot add 2FA Protected account (or feature #195 Two factor authentication support). | ||
* Implement issue #192 Allows different strategy to use the accounts ( prioritize regular, use both guest and regular, use only regular). | ||
* Implement issue #192 Allows different strategy to use the accounts. | ||
There are 3 possible choices that can be set in the Account page: | ||
- prioritize regular account (choice by default) | ||
- use both guest and regular account | ||
- use only regular account. |