]> BookStack Code Mirror - bookstack/commit
Added MFA indicator to user list
authorDan Brown <redacted>
Wed, 14 Jul 2021 19:18:48 +0000 (20:18 +0100)
committerDan Brown <redacted>
Wed, 14 Jul 2021 19:19:05 +0000 (20:19 +0100)
commitcfc0c593dba2c0b4ce31b98e13d90779f8c50453
tree5f97ee6b7f6879cee5c70b2b056b54481e364484
parentbb43acef21702a4083a5137db0e3bf5ff95df576
Added MFA indicator to user list

Also fixed issue with showing incorrect MFA method count on user edit
page changes done in last commit
app/Auth/User.php
app/Auth/UserRepo.php
app/Http/Controllers/UserController.php
resources/views/users/index.blade.php
tests/Auth/MfaConfigurationTest.php