2021-11-30 18:20:42 +08:00
|
|
|
{% extends "layout.twig" %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<div class="login-wrapper">
|
|
|
|
<div class="login">
|
|
|
|
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
2022-04-13 20:39:00 +08:00
|
|
|
<h1>Your password for Nextcloud AIO</h1>
|
2021-12-08 01:01:20 +08:00
|
|
|
<p>Please note down the password to access the AIO interface and don't loose it!</p>
|
2021-11-30 18:20:42 +08:00
|
|
|
<strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br>
|
|
|
|
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|