Skip to content
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

Require 2FA for administrators #90

Open
Genyus opened this issue Jul 30, 2020 · 0 comments
Open

Require 2FA for administrators #90

Genyus opened this issue Jul 30, 2020 · 0 comments
Labels
security Security enhancements
Milestone

Comments

@Genyus
Copy link
Member

Genyus commented Jul 30, 2020

Summary

As an administrator, I want to activate two-factor authentication so that I can reduce the chance of my account being accessed maliciously

Acceptance Criteria

Scenario: User logs in within grace period

Given that I do not have 2FA enabled
And I have permission to access the admin area
And the grace period hasn't expired
When I access the Wordpress admin area
Then I see a notification reminding me to set up 2FA

Scenario: User attempts to login in outside grace period

Given that I do not have 2FA enabled
And that I'm not logged in
And I have permission to access the admin area
And the grace period has expired
When I try to login
Then my account is locked
And I see an error message notifying me that my account has been locked and instructing me how to restore access to it

Additional context

See WP 2FA

@Genyus Genyus added this to the 23Q1 milestone Jan 13, 2023
@Genyus Genyus added the security Security enhancements label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security enhancements
Projects
None yet
Development

No branches or pull requests

1 participant