]> cat aescling's git repositories - mastodon.git/commit
Fix TOTP codes not being filtered from logs during enabling/disabling (#11877)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 18 Sep 2019 00:48:40 +0000 (02:48 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 00:48:40 +0000 (02:48 +0200)
commita4b60e9ba4874b9ab427bec41d8b2cd252ec4782
tree81eb8efab6523e8ac3b713feed1b5d4e90b6d77b
parent3919571c3958f7808a7830b7d19d1605fc7c0ef9
Fix TOTP codes not being filtered from logs during enabling/disabling (#11877)

Not a serious issue because they are meaningless past single use
app/controllers/settings/two_factor_authentication/confirmations_controller.rb
app/controllers/settings/two_factor_authentications_controller.rb
app/models/form/two_factor_confirmation.rb
app/views/settings/two_factor_authentication/confirmations/new.html.haml
app/views/settings/two_factor_authentications/show.html.haml
spec/controllers/settings/two_factor_authentication/confirmations_controller_spec.rb
spec/controllers/settings/two_factor_authentications_controller_spec.rb