Form analysis
3 forms found in the DOM
POST /login
<form action="/login" method="post" accept-charset="utf-8" enctype="application/x-www-form-urlencoded"><input type="hidden" name="authenticityToken" value="f2ccdcd470a09707b9bf39c95b00422f2416db2a">
<fieldset>
<div class="name_value">
<label for="username">Имя пользователя</label>
<input type="text" id="username" name="username" value="">
</div>
<div class="name_value">
<label for="password">Пароль</label>
<input type="password" id="password" name="password" value="" autocomplete="off">
</div>
</fieldset>
<div class="buttons">
<input type="submit" class="yui3-button" onclick="$('form').has(this).submit()" value="Войти">
<input type="button" class="yui3-button" onclick="eTokenAuth()" value="Войти по ключу">
<input type="button" class="yui3-button" value="Вход через ЕСИА">
<input type="button" class="yui3-button" onclick="document.forms[2].submit()" value="Регистрация">
<input type="button" class="yui3-button" onclick="window.location='http://10.3.47.15/'" value="ФИС ФРДО">
</div>
</form>
POST /tokenAuth
<form action="/tokenAuth" method="post" accept-charset="utf-8" enctype="application/x-www-form-urlencoded"><input type="hidden" name="authenticityToken" value="f2ccdcd470a09707b9bf39c95b00422f2416db2a">
<input type="hidden" id="xml" name="xml" value="">
</form>
GET /registration/add
<form action="/registration/add" method="get" accept-charset="utf-8" enctype="application/x-www-form-urlencoded">
</form>