Skip to content

Release 0.2

Latest
Compare
Choose a tag to compare
@ezimuel ezimuel released this 23 Feb 12:59
0.2
9adc035

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.

login_simplemvc

In the admin page you can edit the users with a simple UI.

Screenshot from 2023-02-23 13-49-53

For instance, you can create a new user or change the password of a user or disabling the account.

Screenshot from 2023-02-23 13-50-08