Local Development Login

Enter any email to access the application

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
For testing, you can use: admin@localhost, analyst@localhost, or user@localhost

Quick Login Options:

Development Mode
This is a simplified login for local development. In production, this would use secure authentication.