Skip to content

Commit f120c0c

Browse files
committed
add username to http form in order to add it to config object
1 parent 1111296 commit f120c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/views/home/home.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@
118118
<div>Add comma-separated list of nodes with "host-1:port,host-2 ..."</div>
119119
<br>
120120
</div>
121+
<label for="username">Redis Server Username</label>
122+
<input type="text" name="username" id="username" value="" class="span6">
121123
<label for="password">Redis Server Password</label>
122124
<input type="password" name="password" id="password" value="" class="span6">
123125
<label for="dbIndex">Database Index</label>

0 commit comments

Comments
 (0)