Skip to content

Commit

Permalink
Item10570: clear username/password defaults
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/WidgetsSkin@11279 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Mar 29, 2011
1 parent 2e35892 commit 58de7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/System/DefaultWidgets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Need a magical WebWidgets topic that can add widgets to the list for a web - sim
<form method="post" action="%SCRIPTURL{login}%/%BASEWEB%/%BASETOPIC%">
<div class="cltlogin">
<div>
<input type="text" id="uname" name="username" class="text_box" value="Username" style="margin-bottom:3px;" />
<input type="text" id="uname" name="username" class="text_box" value="" style="margin-bottom:3px;" />
<input type="hidden" name="origurl" value="%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%" />
</div>
<div>
<input type="password" id="uname" name="password" class="text_box" value="Username" />
<input type="password" id="uname" name="password" class="text_box" value="" />
</div>
</div>
<input type="submit" class="button" value="LOGIN"/>
Expand Down

0 comments on commit 58de7d9

Please sign in to comment.