3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-22 13:19:39 +00:00

3 Commits

Author SHA1 Message Date
09b5ae2c9e Fixed failing test on GH
Local dev uses SQLite which is loose about column types and stored '' as literal empty string. Github’s CI uses MySQL which enforces the tinyInteger column type and coerced '' to 0. The middleware's off-signal check is $settings->two_factor_enabled != '', which in PHP 8 evaluates '0' != '' as true (unlike PHP 7), so on MySQL the middleware entered the redirect flow.
2026-07-09 11:18:47 +01:00
2ee655e739 Make impersonation note required 2026-07-08 10:22:58 +01:00
e4fa0b463c Clean up 2026-07-07 21:46:59 +01:00