This is a new release containing a new skeleton application containing an admin section under authentication. This skeleton uses the latest SimpleMVC framework version 0.3.
To enter the admin section you need to login using the /login
URL. By default, we used a SQLite database stored in /data/db.sqlite
.
The default user is admin
with password supersecret
.
In the admin page you can edit the users with a simple UI.
For instance, you can create a new user or change the password of a user or disabling the account.