Ah, I guess I didn't run the tests properly earlier. I see the failures in `allura.tests.functional.test_home:TestProjectHome.test_user_search_for_disabled_user` and `allura.tests.functional.test_auth:TestAuth.test_disabled_user` now.
I've added similar code back, but set the user to `*anonymous` instead of `test-admin` if the auth lookup can't find a valid user. I also added matching code to `basetest_neighborhood_root.py` --- ** [tickets:#6053] Check for disabled users in user lookups** **Status:** closed **Labels:** 42cc **Created:** Thu Apr 04, 2013 09:25 PM UTC by Dave Brondsema **Last Updated:** Tue Jun 25, 2013 01:59 AM UTC **Owner:** nobody identify_sender() calls claimed_by_user() which should only select where disabled:false We should survey for other places that should check the relatively-new disabled field for users. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
