mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* Install: create admin account: ask for e-mail + character name
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<style>
|
||||
tr, td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 15px;
|
||||
}
|
||||
</style>
|
||||
<form action="{{ constant('BASE_URL') }}install/" method="post" autocomplete="off">
|
||||
<input type="hidden" name="step" id="step" value="finish" />
|
||||
<table>
|
||||
{% if constant('USE_ACCOUNT_NAME') %}
|
||||
{% set type = 'account' %}
|
||||
{% else %}
|
||||
{% set type = 'account_id' %}
|
||||
{% endif %}
|
||||
|
||||
{% for value in [type, 'password'] %}
|
||||
{% for value in ['email', account, 'password', 'player_name'] %}
|
||||
<tr>
|
||||
<td>
|
||||
<label for="vars_{{ value }}">
|
||||
@@ -29,4 +29,4 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{{ buttons|raw }}
|
||||
</form>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user