10 lines
272 B
Text
10 lines
272 B
Text
<h1>Confirm a user account</h1>
|
|
|
|
<p>Press the confirm button below to activate your account.</p>
|
|
|
|
<form method="post">
|
|
<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
|
|
<input type="submit" name="confirm_action" value="Confirm">
|
|
</form>
|
|
|
|
|