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