mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 17:05:16 +08:00
f4f8a293e7
implemented review items. Blocking previous codes - valid 2-factor auth tokens can only be authenticated once/30 seconds. I played with updating the “last used” any time the token was attempted but that seemed to be overkill, and frustrating as to why a token would fail. Translatable texts. Move second factor logic to a helper class. Move second factor specific controller endpoints to its own controller. Move serialization logic for 2-factor details in admin user views. Add a login ember component for de-duplication Fix up code formatting Change verbiage of google authenticator add controller tests: second factor controller tests change email tests change password tests admin login tests add qunit tests - password reset, preferences fix: check for 2factor on change email controller fix: email controller - only show second factor errors on attempt fix: check against 'true' to enable second factor. Add modal for explaining what 2fa with links to Google Authenticator/FreeOTP add two factor to email signin link rate limit if second factor token present add rate limiter test for second factor attempts |
||
---|---|---|
.. | ||
admin-dashboard.js.es6 | ||
admin-user.js.es6 | ||
api-key.js.es6 | ||
backup-status.js.es6 | ||
backup.js.es6 | ||
color-scheme-color.js.es6 | ||
color-scheme.js.es6 | ||
email-log.js.es6 | ||
email-preview.js.es6 | ||
email-settings.js.es6 | ||
email-template.js.es6 | ||
flag-type.js.es6 | ||
flagged-post.js.es6 | ||
incoming-email.js.es6 | ||
permalink.js.es6 | ||
report.js.es6 | ||
screened-email.js.es6 | ||
screened-ip-address.js.es6 | ||
screened-url.js.es6 | ||
site-setting.js.es6 | ||
site-text.js.es6 | ||
staff-action-log.js.es6 | ||
theme.js.es6 | ||
tl3-requirements.js.es6 | ||
user-field.js.es6 | ||
version-check.js.es6 | ||
watched-word.js.es6 | ||
web-hook.js.es6 |