ACK

I've noticed the same thing (not being logged-in) happens when you go to 
the "/user" page as well.

On 09/07/2010 08:47 PM, Jason Guiditta wrote:
> If you were creating a new user for someone else but were already
> logged in, you did not see your user as logged in on this page.
> ---
>   src/app/controllers/users_controller.rb |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/app/controllers/users_controller.rb 
> b/src/app/controllers/users_controller.rb
> index a26d8d2..0ba3994 100644
> --- a/src/app/controllers/users_controller.rb
> +++ b/src/app/controllers/users_controller.rb
> @@ -21,6 +21,7 @@
>
>   class UsersController<  ApplicationController
>     before_filter :require_user, :only =>  [:show, :edit, :update]
> +  before_filter :current_user, :only =>  :new
>
>     def new
>       @user = User.new
_______________________________________________
deltacloud-devel mailing list
deltacloud-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to