Using the tool after log in
Hi All, I have local instance of galaxy . I want to make changes in such a way that after log in, user should able to submit any job or run any tool. Log in should be compulsory to run any tool including upload tool. Whenever someone clicks on tool without log in ,it should display message like "You must be logged in <http://192.168.62.51:8089/user/login?webapp=galaxy> to use Galaxy" . Reagrds shashi shekhar
Hi changing the line in the "universe_wsgi.ini" # Force everyone to log in (disable anonymous access). #require_login = False to 'require_login = True' is probably what you need Regards, Hans On 06/30/2011 11:53 AM, shashi shekhar wrote:
Hi All,
I have local instance of galaxy . I want to make changes in such a way that after log in, user should able to submit any job or run any tool. Log in should be compulsory to run any tool including upload tool. Whenever someone clicks on tool without log in ,it should display message like "You must be logged in<http://192.168.62.51:8089/user/login?webapp=galaxy> to use Galaxy" .
Reagrds shashi shekhar
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
Hello Shashi, In 'universe_wsgi.ini' there is a setting for this. Default is False, but to require login, change to True. https://bitbucket.org/galaxy/galaxy-dist/src/720455407d1c/universe_wsgi.ini.... ... # -- Users and Security < more stuff> # Force everyone to log in (disable anonymous access). #require_login = False ... Hopefully this helps, Best, Jen Galaxy team On 6/30/11 2:53 AM, shashi shekhar wrote:
Hi All,
I have local instance of galaxy . I want to make changes in such a way that after log in, user should able to submit any job or run any tool. Log in should be compulsory to run any tool including upload tool. Whenever someone clicks on tool without log in ,it should display message like "You must be logged in <http://192.168.62.51:8089/user/login?webapp=galaxy> to use Galaxy" .
Reagrds shashi shekhar
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
-- Jennifer Jackson http://usegalaxy.org/ http://galaxyproject.org/
participants (3)
-
Hans-Rudolf Hotz
-
Jennifer Jackson
-
shashi shekhar