{% extends "layout.html" %} {% block content %}

Currently configured nodes

{% if config.nodes %} {% for node in config.nodes %}
Host: {{ node.host }}
Key: {{ node.key }}
{% endfor %} {% else %}
No PhishDetect Nodes have been configured yet.
{% endif %}

Add new node




SMTP configuration

SMTP settings are necessary to be able to send a notification email whenever a user is activated.




{% endblock %}