[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*
**
*function loginForm() {*
*document.myform.action = "https://graylog/login";*
*document.myform.submit();*
*}*
**
**
**
**
**
**
**
**
** 

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/a2bca7ea-ac6d-4649-aa9f-94afa7dc89f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 this.

If you think functionality should be added to address you can submit and 
idea on the idea portal here: https://www.graylog.org/product-ideas/

Hope that helps.

--Drew

On Tuesday, September 1, 2015 at 8:53:28 AM UTC-5, Niklas'ThYpHoOn' Grebe 
wrote:
>
> Hi,
>
> I was wondering if it would be possible to get rid of re-entering the 
> username/password credentials on our Graylog Dashboard after the session 
> got invalidated. Is there a way to put the username/password in the url to 
> automate this process? I don’t want to install a hole password manager just 
> for this.
>
>
>
> Greetings
>
> --
>
> *Niklas Grebe*
> *Backend Developer*
>
> *InnoGames GmbH*
>
> Friesenstraße 13 - 20097 Hamburg - Germany
> Tel +49 40 7889335-0
> Fax +49 40 7889335-200
>
> Managing Directors: Hendrik Klindworth, Eike Klindworth, Michael Zillmer
> VAT-ID: DE264068907 Amtsgericht Hamburg, HRB 108973
>
> *http://www.innogames.com *
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/c5703885-4eec-4709-b091-ec15ca579946%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.