error_no_delete_permission

Discussion in 'General' started by Justin Albstmeijer, Oct 14, 2009.

  1. ISPConfig 3.0.1.4

    When a client tries to delete a website domain it gets "error_no_delete_permission"

    Where do I control this permission?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely you created or changed any setting for this user under cp user in ispconfig or theoriginal record was created by a user that has been modified. Never edit settings or groups of CP users manaually. All cp users has to be created by creating a client or reseller, ispconfig will set the appropriate groups automatically then.

    You can delete thei record as admin user.
     
  3. I'm not sure if I understand you.

    - yes I create all customers as 'client'.
    - Why give the option to change things for a cp user, if it leads to problems.

    looking in the database...

    client X belongs to group 8


    in table 'web_domain', the line for the problematic web-domain has

    sys_groupid = 8
    sys_perm_group has only values 'ru' instead of 'ruid'.

    I'm not sure why these web-domains have this 'ru' value.. but I assume the client will have full access to this record if I set the value to 'ruid'
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Because you created them as admin user. In this case, you can only delete them as admin user as ispconfig prevents that users which did not had the permission to create this website are able to delete it. Otherwise pople might delete their sites on their own and create different sites.
     

Share This Page