Files
@ 17f3dabe1419
Branch filter:
Location: libtransport.git/spectrum_manager/src/html/users/register.shtml - annotation
17f3dabe1419
775 B
text/plain
Libtransport: Fix and enable rawXML tests
6fdc1635e434 6fdc1635e434 20f95514d3f2 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 6fdc1635e434 | <!--#include virtual="/header.shtml" -->
<h2>Register new Spectrum 2 manager account</h2>
<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>
<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" -->
|