![](https://secure.gravatar.com/avatar/7bb67142bca0d5d54a2fab6bd632146d.jpg?s=120&d=mm&r=g)
8 Jul
2016
8 Jul
'16
2:53 p.m.
Hi. What to tell Galaxy to have user login web page with login frame and welcome frame? I try to modify login.js in galaxy/client/galaxy/scripts to comment part of code as suggested there: // TODO: remove iframe for user login (at least) and render login page from here // then remove this redirect if( !options.show_welcome_with_login ){ var params = jQuery.param({ use_panels : 'True', redirect : redirect }); window.location.href = Galaxy.root + 'user/login?' + params; return; } It creates two frames but... it continues to create them in infinity loop in every welcome frame. How to solve this? I saw many local Galaxy instances have this and it works. Galaxy is 16.04. Thanx, Nikolaos