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