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

A Multi-Factor Authentication Moodle plugin with flexible support for TOTP, Email, IP and more

Results 100 moodle-tool_mfa issues
Sort by recently updated
recently updated
newest added

Allowed more phones is easy but the UX when confirm it at login needs some thought * [ ] have an admin setting saying how many phones are allowed. 2...

enhancement

https://aws.amazon.com/blogs/messaging-and-targeting/improve-sms-message-delivery-with-phone-number-verify/ https://aws.amazon.com/pinpoint/pricing/ > With Phone Number Verify, Amazon Pinpoint checks to see whether the phone number provided is in a valid format based on its country code prefix. If the...

enhancement

eg something like this in a quiz access rule: ``` \tool_mfa\manager::require_recent_auth(10 * MINSECS, $allowajax = false) ``` means if you have just logged in then you go straight in, or...

enhancement

This is an extension of https://github.com/catalyst/moodle-tool_mfa/issues/232 with some nicer UX / workflows These are optional that a factor can opt into. An example workflow is this: 1) on desktop login...

enhancement

Not strictly related to the factor, but once your phone is setup and confirmed, if your password is changed then just an fyi to your phone. Put behind an admin...

enhancement

Building on: https://github.com/catalyst/moodle-tool_mfa/issues/219 Being able to have points per role would mean you could have much more fine grained requirements, ie if you had extremely high mfa levels for privileged...

enhancement

While testing you can turn on debug mode and login and see exactly what factors fired for you. But it would be good to have some capability to do that...

enhancement

Change way it scales, or set to fixed time period

enhancement

This causes a redirect exception to be output to the logs. One culprit is the core_fetch_notifications request, but the point of origin isn't clear. It may be from pages where...

bug

Order icons don't order the list. Clicking on them does nothing from GUI end: ![image](https://user-images.githubusercontent.com/22066290/84118826-dd119000-aa76-11ea-9d3c-520b8dfa5ea2.png)

bug