Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 70858 invoked from network); 16 Feb 2009 13:13:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 13:13:23 -0000 Received: (qmail 10971 invoked by uid 500); 16 Feb 2009 13:13:23 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 10960 invoked by uid 500); 16 Feb 2009 13:13:23 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 10949 invoked by uid 99); 16 Feb 2009 13:13:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 05:13:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 13:13:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 53318234C48B for ; Mon, 16 Feb 2009 05:13:00 -0800 (PST) Message-ID: <1943741109.1234789980326.JavaMail.jira@brutus> Date: Mon, 16 Feb 2009 05:13:00 -0800 (PST) From: "Bruno Peeters (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-507) Management of group members MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Management of group members --------------------------- Key: JSPWIKI-507 URL: https://issues.apache.org/jira/browse/JSPWIKI-507 Project: JSPWiki Issue Type: Bug Affects Versions: 2.8.1 Reporter: Bruno Peeters It is possible to define members for a group who are not defined in the wiki. There is no check whether the entered names are valid wiki names or full names. It is possible to edit the membership of a group ("edit group"). If the last user of a group is removed - the box showing the group members is empty - and the save button is clicked, there is no warning that it is not possible to remove the last user of a group. Although the user may think that he removed the last user, the requested removal has not been carried out. If a group is created by a valid user, and a non existing user is added, and finally the creator of the group removes himself of the list of group members, the group remains with only one member, not defined within the wiki. By default only members of the group can edit the membership list. There is currently no check that the last remaining user of a group is indeed a valid wiki user. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.