Added a new config.php setting DISABLE_AUTH to be able to disable authentication / the login screen (closes #246)

This commit is contained in:
Bernd Bestel
2019-07-06 18:29:18 +02:00
parent 8c205941c7
commit 09b23847b5
5 changed files with 16 additions and 2 deletions

View File

@@ -9,3 +9,4 @@
- Items can now be switched between lists (there is a shopping list dropdown on the item edit page)
- Items can now be marked as "done" (new check mark button per item, when clicked, the item will be displayed greyed out, when clicked again the item will be displayed normally again)
- Improved that products can now also be consumed as spoiled from the stock overview page (option in the more/context menu per line)
- Added a new `config.php` setting `DISABLE_AUTH` to be able to disable authentication / the login screen