← Back to Two Factor Authentication Support
inIT
Hello,
Thanks for a great plugin!
I had to extend the backend users' list and it turned out that all my lists within the controller now have "Two Factor Authentication" as the last column :)
It's a tiny thing, but when you have some time, please check if the model of the widget is User
in Plugin.php
, line 50:
if (!$widget->model instanceof User) {
return;
}
Thanks again, and have a good day :)
Tomasz Strojny
1-2 of 2