Skip to main content
memm
New Member
April 3, 2018
Solved

5.6.3 Edit User Group spinning forever.

  • April 3, 2018
  • 7 replies
  • 7806 views

Have a Fortigate 60D running 5.6.3.

In the User Groups I have three groups, I can edit two of the groups but when I try to edit the third group I get the spinning ball of death.

Nothing happens.

 

Is there a way around this?

    Best answer by Philippe_Gagne

    Hi,

     

    Yes, I have the same issue. You have to remove white space in the group name. You can accomplish this in CLI

     

    configure firewall addrgrp

    rename "Group with white space" to "Groupwithoutspace"

    end

     

     

    Philippe

     

    7 replies

    emnoc
    New Member
    April 3, 2018

    What browser? Try a different browser? Can you edit it via cli ?

     

    Ken

     

    memm
    memmAuthor
    New Member
    April 3, 2018

    emnoc wrote:

    What browser? Try a different browser? Can you edit it via cli ?

     

    Ken

     

    Tried both Safari and Mozila, (also tried from different computer).

    Had a look at the config from the cli, probably is editable, but have no idea how.

     

    Philippe_Gagne
    New Member
    April 3, 2018

    Hi,

     

    Yes, I have the same issue. You have to remove white space in the group name. You can accomplish this in CLI

     

    configure firewall addrgrp

    rename "Group with white space" to "Groupwithoutspace"

    end

     

     

    Philippe

     

    ede_pfau
    SuperUser
    SuperUser
    April 3, 2018

    Take special notice to the syntax used in CLI: "rename abc to def". The "to" is necessary.