When a : is included as part of the Sitename in /admin/settings then we get a 500 error from the totp request with the Issuer class stating the error AssertInvalidArgumentException: Issuer must not contain a colon.
At a minimum, the docs should state that this should be avoided or if possible, the module should handle this scenario more gracefully.
When a
:is included as part of theSitenamein/admin/settingsthen we get a500error from thetotprequest with theIssuerclass stating the errorAssertInvalidArgumentException: Issuer must not contain a colon.At a minimum, the docs should state that this should be avoided or if possible, the module should handle this scenario more gracefully.