Commit 75f91743d2138ef84b6add6c766e9471aa4deebc

Authored by Leandro Santos
2 parents 71e09814 309e69be
Exists in production

Merge branch 'staging' into production

lib/noosfero/api/session.rb
... ... @@ -31,7 +31,7 @@ module Noosfero
31 31 post "/login" do
32 32 begin
33 33 user ||= User.authenticate(params[:login], params[:password], environment)
34   - rescue NoosferoExceptions::UserNotActivated => e
  34 + rescue User::UserNotActivated => e
35 35 render_api_error!(e.message, 401)
36 36 end
37 37  
... ...
plugins/juventude
1   -Subproject commit 04705f4addcf4159df609353f407f119c7628350
  1 +Subproject commit 008eabc0e296f9c7d62865a7a47965dbe9f65243
... ...