Files
@ cd005935e254
Branch filter:
Location: libtransport.git/spectrum_manager/src/html/users/register.shtml - annotation
cd005935e254
851 B
text/plain
Web interface: Allow joining rooms with white-spaces in the nickname
6fdc1635e434 6fdc1635e434 20f95514d3f2 2eccba069825 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 2eccba069825 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 | <!--#include virtual="/header.shtml" -->
<h2>Register new Spectrum 2 manager account</h2>
<div id="error" style="text-align:center;color:red;"></div>
<form action="/api/v1/users/add" class="basic-grey" method="POST">
<h1>Register user
<span>Register new user to Spectrum 2 manager web interface.</span>
</h1>
<label>
<span>Username:</span>
<input type="text" id="username" name="username" placeholder="Username"></textarea>
</label>
<label><span>Password:</span>
<input type="password" id="password" name="password" placeholder="Password"></textarea>
</label>
<label id="submitbutton">
<span> </span>
<input type="submit" class="button" value="Add user" />
</label>
</form><br/>
<script type="text/javascript">
$(function() {
fill_users_register_form();
});
</script>
<!--#include virtual="/footer.shtml" -->
|