]> BookStack Code Mirror - bookstack/commit
Fixed guest user email showing in TOTP setup url
authorDan Brown <redacted>
Thu, 14 Oct 2021 17:02:16 +0000 (18:02 +0100)
committerDan Brown <redacted>
Thu, 14 Oct 2021 17:02:16 +0000 (18:02 +0100)
commitc9c0e5e16f029f8c3cb159c45f9dcaf99dd2426b
treecee34be11e804f41da822dc0846fe3ab00c57c36
parentd21b60079c347324c95b97708d66b95cfe63f54c
Fixed guest user email showing in TOTP setup url

- Occured during enforced MFA setup upon login.
- Added test to cover.

Fixes #2971
app/Auth/Access/Mfa/TotpService.php
app/Http/Controllers/Auth/MfaTotpController.php
tests/Auth/MfaConfigurationTest.php