Skip to content

Commit cfdd678

Browse files
authored
Update try.html
1 parent aa7455d commit cfdd678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/try.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ <h2 class="section-heading">Try</h2>
1010
</div>
1111
<div class="row">
1212
<div class="col-lg-12">
13-
<form class="form-horizontal" role="form" action="https://demo.librenms.org/demo" method="GET" name="logonform">
13+
<form class="form-horizontal" role="form" action="https://demo.librenms.org" method="GET" name="logonform">
1414
<div class="form-group">
1515
<div class="col-sm-offset-4 col-sm-4">
1616
<input type="hidden" name="username" id="username" class="form-control" placeholder="Username" required value="demo" />
1717
</div>
1818
</div>
1919
<div class="form-group">
2020
<div class="col-sm-offset-4 col-sm-4">
21-
<input type="hidden" name="password" id="password" class="form-control" placeholder="Password" value="demo" />
21+
<input type="hidden" name="password" id="password" class="form-control" placeholder="Password" value="demouser" />
2222
</div>
2323
</div>
2424
<div class="form-group">

0 commit comments

Comments
 (0)