[graylog2] Re: Autologin for Graylog Dashboard?

2015-09-17 Thread Daniel Oceno
> > >> Hello there, yes is possible to autologin, you can use this html code, I tested and works. But you need to set a timer or something for what you want, certanly that can be done with js. Will be cool to do it with out hardcode the username and password. ** ** *AutoLogin* ** *

[graylog2] Re: Autologin for Graylog Dashboard?

2015-09-01 Thread Drew Miranda
Hi Niklas, You can configure the session timeout per user (e.g. never timeout) via System -> Users -> Timeout if that is of use to you. Otherwise I think you would have to write a piece of code or script that could send the username/password as post data, but I'm not certain and havn't tested