This page shows the demo of the Pico Users plugin.
https://github.com/nliautaud/pico-users
A login form is shown in the site footer with :
{{ login_form }}
Users and rights have been defined in the config file, to :
- Restrict pages to specific users and show 403 error pages, like PicoContact/config.
- Limit features to specific users, like saving or uploading with PicoContentEditor.
users:
someuser: $2y$10$zGNr1IbO1ncTTjjCVrx9wOM.ndjGWJ61j9VfEBGP5MPMf.70ha2pi
rights:
PicoContentEditor/save: someuser
PicoContentEditor/upload: someuser
PicoContact/config: someuser