oops, maybe I should actually run the tests before committing
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
require
|
||||
class UsersController < ApplicationController
|
||||
|
||||
skip_before_filter :has_info
|
||||
@@ -76,4 +75,4 @@ class UsersController < ApplicationController
|
||||
"#{id}~#{hash}"
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
|
||||
<div class="header">
|
||||
|
||||
<h2>Login</h2>
|
||||
<h2>Forgot Password</h2>
|
||||
<p>Fill out the form below to reset your email.</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user