[hg] galaxy 1657: Comment out logging for remote_user creation a...
details: http://www.bx.psu.edu/hg/galaxy/rev/5c3736861e37 changeset: 1657:5c3736861e37 user: Nate Coraor <nate@bx.psu.edu> date: Thu Dec 11 15:09:37 2008 -0500 description: Comment out logging for remote_user creation as a temporary fix 1 file(s) affected in this change: lib/galaxy/web/framework/__init__.py diffs (12 lines): diff -r 9a5bfe13e47b -r 5c3736861e37 lib/galaxy/web/framework/__init__.py --- a/lib/galaxy/web/framework/__init__.py Thu Dec 11 12:18:00 2008 -0500 +++ b/lib/galaxy/web/framework/__init__.py Thu Dec 11 15:09:37 2008 -0500 @@ -274,7 +274,7 @@ user = self.app.model.User( email=remote_user_email ) user.set_password_cleartext( 'external' ) user.external = True - self.log_event( "Automatically created account '%s'", user.email ) + #self.log_event( "Automatically created account '%s'", user.email ) return user def __update_session_cookie( self ): """
participants (1)
-
Nate Coraor