diff options
author | Camil Staps | 2016-07-26 00:16:17 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 00:17:07 +0200 |
commit | 93b405ab9f69538546165c75a301c0c57a5359cf (patch) | |
tree | 7fab746b7fadcd26d012255b7bfad65a5b14ef61 /README.md | |
parent | Update makefile for d9936a9 (diff) |
User authentication mechanism
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -33,11 +33,6 @@ git clone --recursive https://github.com/camilstaps/BusinessAdmin.git * Naturally, you should have your server configured to run PHP files with a PHP backend. -* BusinessAdmin does not have a user management system. Anyone who has access - to the URL, has access to the system and all its data. It's therefore - necessary that you implement HTTP basic authentication. Refer to the - documentation of your server for how to do that. - ## Create a database BusinessAdmin assumes a MySQL database is setup properly. This can be: @@ -161,6 +156,10 @@ are listed by name and removal time. This way, you never really lose your file. # Changelog +### 0.4 (Jul 26, 2016) + +0.4 User authentication mechanism + ### 0.3 (Jul 20, 2016) 0.3 Discounts |