instiki/app/views/wiki/login.rhtml

9 lines
206 B
Plaintext
Raw Normal View History

2005-01-16 16:00:11 +01:00
<% @title = "#{@web_name} Login" %><% @hide_navigation = true %>
2005-01-15 21:26:54 +01:00
<form action="authenticate" method="post">
<p>
<b>Password</b><br />
<input type="password" name="password" />
</p>
</form>