# HG changeset patch # User bsw # Date 1340918296 -7200 # Node ID 80a58850bf8775bf69bff02a5e258bd92417d73d # Parent a68c02f4f7a6bebb48f1c5744e58b75d7928ddf6 Use terms public available now diff -r a68c02f4f7a6 -r 80a58850bf87 app/main/_filter/21_auth.lua --- a/app/main/_filter/21_auth.lua Thu Jun 28 23:10:14 2012 +0200 +++ b/app/main/_filter/21_auth.lua Thu Jun 28 23:18:16 2012 +0200 @@ -34,6 +34,7 @@ or module == "draft" and view == "show" or module == "draft" and view == "list" or module == "index" and view == "search" + or module == "index" and view = "use_terms" then auth_needed = false end