Two Issues - IE 11 - Auto Login

This support forum board is for questions relating to Nagios Fusion.
Locked
TCBeekley
Posts: 20
Joined: Thu May 26, 2016 6:40 am

Two Issues - IE 11 - Auto Login

Post by TCBeekley »

Hello All!

I'm having two issues that have come up testing for a Fusion 4 roll-out.

1. Is IE 11 supported? Whenever a user tries to log in with IE 11, they get the "Sorry Dave" message, only IE 11. It's working in Chrome.

2. The auto-login doesn't seem to be working. I mapped the users in user creation and I enabled the auto-login on the personal settings filling in username and information but Nagios XI is still asking for credentials when "clicking through." They are local accounts on Fusion and AD/LDAP users in Nagios XI.

Any help would be much appreciated.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Two Issues - IE 11 - Auto Login

Post by lmiltchev »

I was able to recreate both issues in IE 11. The first one is already fixed in our dev release, and will be available in the next release of Nagios Fusion. If you want to fix the issue sooner, you could try the following:

1. Open the "/usr/local/nagiosfusion/html/static/js/core.js" file in a text editor. Make a copy of the original file prior to modifying it just in case!
2. Go to line 1002 (close to the bottom of the file) and change these two lines:

Code: Select all

function flash_message(msg, type, fade=false) {
    var msg_type = type;
to these:

Code: Select all

function flash_message(msg, type, fade) {
    var fade = typeof(fade) != 'undefined' ? fade : false;
3. Clear the browsers cache, and try logging in again.

As far as the second issue goes, I filed an internal bug report about the problem (task_id=12922). Our Fusion developer will be looking into it as soon as he can.

Thank you for reporting these issues!
Be sure to check out our Knowledgebase for helpful articles and solutions!
bheden
Product Development Manager
Posts: 179
Joined: Thu Feb 13, 2014 9:50 am
Location: Nagios Enterprises

Re: Two Issues - IE 11 - Auto Login

Post by bheden »

Just chiming in:

The second issue will be fixed once both Fusion 4.1 and Nagios XI 5.5 are release. The bug has to do with both pieces of software, so they both need to be patched.

Fusion 4.1 should be available within the week, with XI 5.5 trailing about a month behind (we have a ton of new features coming out, so we don't want it out of the oven too early).

In the meantime, you should be able to bypass it by setting the user to allow local bypass and setting a local password as well.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Nagios Enterprises
Senior Developer
Locked