2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-05 06:32:55 +00:00

Display login errors to user (#12288)

* Improved error message extraction

* Updated playwright test
This commit is contained in:
Oliver
2026-07-01 22:39:49 +10:00
committed by GitHub
parent 609e5ee105
commit 9594ba9a98
3 changed files with 66 additions and 10 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default defineConfig({
INVENTREE_FRONTEND_API_HOST: 'http://localhost:8000',
INVENTREE_CORS_ORIGIN_ALLOW_ALL: 'True',
INVENTREE_COOKIE_SAMESITE: 'False',
INVENTREE_LOGIN_ATTEMPTS: '100',
INVENTREE_LOGIN_ATTEMPTS: '3',
INVENTREE_PLUGINS_MANDATORY: 'samplelocate',
INVENTREE_CUSTOM_SPLASH: 'img/playwright_custom_splash.png',
INVENTREE_CUSTOM_LOGO: 'img/playwright_custom_logo.png'