Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2677
    nobullit
    Participant

    I’ve created a new user role called ‘Owner’.

    Then removed access to certain menu items in the admin panel. Then exported the capabilities and imported them into another website.

    Now, when the user is logged in as Administrator (super user), the admin user is unable to access the Gravity forms menus.

    The only way to gain access again to the GF menus is to disable the Role-Editor plugin.

    #2678
    Vladimir
    Keymaster

    Gravity Forms checks if the roles editor plugin (Members or User Role Editor) is available. If it’s not then gravity checks the only user capability ‘gform_full_access’ to allow full access to its functionality. If GF detects roles editor plugin it checks the detailed list of user capabilities:
    ‘gravityforms_edit_forms’,
    ‘gravityforms_delete_forms’,
    ‘gravityforms_create_form’,
    ‘gravityforms_view_entries’,
    ‘gravityforms_edit_entries’,
    ‘gravityforms_delete_entries’,
    ‘gravityforms_view_settings’,
    ‘gravityforms_edit_settings’,
    ‘gravityforms_export_entries’,
    ‘gravityforms_uninstall’,
    ‘gravityforms_view_entry_notes’,
    ‘gravityforms_edit_entry_notes’,
    ‘gravityforms_view_updates’,
    ‘gravityforms_view_addons’,
    ‘gravityforms_preview_forms’

    GF grants a full list to the administrator role automatically just in case there is no any capability from this list granted already.

    So if you imported roles data with some limited administrator role it may be a reason of this behaviour. Workaround – select “Administrator” role in URE and turn ON for it all capabilities from the list above.

    #2679
    nobullit
    Participant

    Right. Administrator was not showing in the drop-down list. Just discovered it needed to be enabled in the plugin settings.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.