mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
![]() * Add a @requires_admin decorator It can be used to protect specific endpoints with ADMIN_PASSWORD (a password that is stored unencrypted in the settings) The decorator has no effect if ADMIN_PASSWORD is an empty string (default value) * Require admin permissions to access create project endpoint When ADMIN_PASSWORD is not empty, project creation form on the home page will be replaced by a link to the create project endpoint so one is able to enter the admin password before filling the form |
||
---|---|---|
.. | ||
add_bill.html | ||
add_member.html | ||
authenticate.html | ||
create_project.html | ||
dashboard.html | ||
debug.html | ||
display_errors.html | ||
edit_member.html | ||
edit_project.html | ||
forms.html | ||
home.html | ||
invitation_mail.en | ||
invitation_mail.fr | ||
layout.html | ||
list_bills.html | ||
password_reminder.en | ||
password_reminder.fr | ||
password_reminder.html | ||
recent_projects.html | ||
reminder_mail.en | ||
reminder_mail.fr | ||
send_invites.html | ||
settle_bills.html | ||
sidebar_table_layout.html |