Files
@ bff117e4ef23
Branch filter:
Location: libtransport.git/spectrum_manager/src/html/instances/register.shtml - annotation
bff117e4ef23
959 B
text/plain
Slack: For IRC allow registering without providing account name/password
af6c160261c2 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 bff117e4ef23 f6cb536eb021 f6cb536eb021 f6cb536eb021 bff117e4ef23 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 91fae24a0978 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 f6cb536eb021 af6c160261c2 | <!--#include virtual="/header.shtml" -->
<h2>Register Spectrum 2 instance</h2>
<form action="/api/v1/instances/register" class="basic-grey" method="POST">
<h1>Register Spectrum 2 instance
<span id="description"></span>
</h1>
<label>
<span id="jid_desc"></span>
<input type="text" id="jid" name="jid" placeholder=""></textarea>
</label>
<label id="uin_label">
<span id="uin_desc"></span>
<input type="text" id="uin" name="uin" placeholder=""></textarea>
</label>
<label id="password_label"><span id="password_desc"></span>
<input type="password" id="password" name="password" placeholder=""></textarea>
</label>
<label>
<span> </span>
<input type="submit" class="button_command" value="Register" />
</label>
<input type="hidden" name="instance" id="instance" value=""></input>
</form><br/>
<script type="text/javascript">
$(function() {
fill_instances_register_form();
});
</script>
<!--#include virtual="/footer.shtml" -->
|