Installation suggestion and registration page
pe3zx opened this issue · 3 comments
Hi GReAT!
On database setup document, running cat * > db.schema.sql
can causes database error because wrong order on file concatenation (2.4.1.txt
is appending before 2.4.txt
). This step may require some improvement.
After installation finished, I couldn't have found any registration page for WebUI and there is no sign about where can I register myself in.
you can use sql language to add user,there have default username is api,but password is wrong,you need changge the code in application/controllers/Login.php about line 102 there have a keyword compare_hash to compare password,you can move the ! and then you can use user api in, if not ,you need update users table auth value to 3 or higher
Hey! yea, you are right. The setup page needs a little bit of improvement. I will update it in the next commit and let you know.
I'll also add info about how users management and how to login with the first user. Sorry for the lack of info.