mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-06 04:37:46 +00:00
We have had an import feature for a while, allowing you to easily recreate your retail character from Auracite backups. But the feature was implemented *before* we had proper service accounts, and it always assigned it to ID 1. Now it's moved to the user-visible account management page.
11 lines
474 B
HTML
11 lines
474 B
HTML
<p>Managing account {{ username }}</p>
|
|
<a href="/account/app/svc/logout">Logout</a>
|
|
<a href="/account/app/svc/mbrPasswd">Change Password</a>
|
|
<a href="/account/app/svc/mbrCancel">Cancel Account</a>
|
|
|
|
<!-- TODO: Move to it's own page. -->
|
|
<form method='post' enctype="multipart/form-data">
|
|
<label for="charbak">Upload character backup:</label>
|
|
<input type="file" id="charbak" name="charbak" accept="application/zip" />
|
|
<button type='submit'>Upload</button>
|
|
</form>
|