{% extends "common.html" %} {% block title %}Create a vault ยท Flowers{% endblock %} {% block menuoptions %}Sign in{% endblock %} {% block content %}

A vase of your own

Create a vault.

This uses the existing Flowers database structure so it remains readable by compatible installations.

New vault

{% if message %}

{{ message }}

{% endif %}

Use Base64-compatible characters for legacy encryption compatibility.

{% endblock %}