12345678 |
- {% extends "base.html" %}
- {% block content %}
- <h2>VPN password generation</h2>
- <p>Generated password for VPN <strong>{{ vpn.login }}</strong>:</p>
- <p><strong>{{ password }}</strong></p>
- <p>Don't forget it, it will only be displayed once (we don't store it in clear text). If you forget this password, you will have to generate a new one.</p>
- {% endblock %}
|