moodle-tool_mfa icon indicating copy to clipboard operation
moodle-tool_mfa copied to clipboard

Have a way to pre-test different specific accounts for non-input factors like auth / role / capability / admin

Open brendanheywood opened this issue 4 years ago • 0 comments

Some of the logic can be hairy, and so the best way is to just test it and see. To make this much easier:

  • [ ] have a new bulk action where you can search for and select a bunch of account and then go to a new report page
  • [ ] for each user it will simply show the debugging factor steps for that user outside the context of a login
  • [ ] all the non-input factors should show whether they will pass or fail
  • [ ] show the final range of states that the user could be in. ie if there is an input factor then they could end up as neutral or positive, but if they will always pass because of auth factor, then they will always pass overall
  • [ ] as well as showing the range or status results, show where the logic 'stops'. ie if it halts at auth, or if it keeps going and then ends at either 'totp OR grace'

brendanheywood avatar Sep 10 '20 01:09 brendanheywood