{% extends "pages/base.html" %} {% load i18n tz %} {% block title %}{% trans "The Workgroup" %} - {{ badge_site_name|default:"Arthexis" }}{% endblock %} {% block extra_head %}{% endblock %} {% block content %}

{% trans "The Workgroup" %}

{% trans "Use today's workgroup password to enter the Arthexis Evennia play shell." %}

{% trans "Today's password" %}
{{ password.password }}
{% trans "Valid for" %} {{ password.date|date:"Y-m-d" }} {% trans "until" %} {{ password.valid_until|timezone:password.timezone_name|date:"Y-m-d H:i" }} {{ password.timezone_name }}.

{% trans "Use It" %}

{% trans "From a terminal, connect to the play account and enter the password above when SSH asks for it." %}

ssh -p 2222 play@{{ play_ssh_host }}

{% trans "After the game prompt appears, sign in with your Evennia account:" %}

connect <account> <account-password>
{% endblock %}