You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Patrick Figel df4ff9a8e1 Add recovery code support for two-factor auth (#1773)
* Add recovery code support for two-factor auth

When users enable two-factor auth, the app now generates ten
single-use recovery codes. Users are encouraged to print the codes
and store them in a safe place.

The two-factor prompt during login now accepts both OTP codes and
recovery codes.

The two-factor settings UI allows users to regenerated lost
recovery codes. Users who have set up two-factor auth prior to
this feature being added can use it to generate recovery codes
for the first time.

Fixes #563 and fixes #987

* Set OTP_SECRET in test enviroment

* add missing .html to view file names
8 years ago
..
controllers Add recovery code support for two-factor auth (#1773) 8 years ago
fabricators Refresh webfinger (#1323) 8 years ago
features Introduce capybara and first feature spec (#1801) 8 years ago
fixtures Imports controller errors (#1553) 8 years ago
helpers Rename admin/accounts_helper to admin/filter_helper (#1816) 8 years ago
javascript Add unit tests for https://github.com/tootsuite/mastodon/pull/1574 (#1584) 8 years ago
lib Fix tests issue introduced in #1607 (#1639) 8 years ago
mailers Add digest e-mails 8 years ago
models Add recovery code support for two-factor auth (#1773) 8 years ago
presenters Clean up about page (#1282) 8 years ago
requests Improve i18n chooser (#1804) 8 years ago
routing Clean up well-known routes/controllers (#1649) 8 years ago
services Account search service refactor (#1791) 8 years ago
support/matchers/model add more tests to models 8 years ago
views add basic microformats tests (#1803) 8 years ago
i18n_spec.rb Improve docs 8 years ago
rails_helper.rb Introduce capybara and first feature spec (#1801) 8 years ago
spec_helper.rb Organize coverage dirs (#1695) 8 years ago