I am doing an auth.wiki(manage_permissions=True). Basically, I want to have a wiki writer and a wiki_reader who will not be able to edit wiki posts. Two users (reader and writer) are registered and two groups are automatically opened (user_1 and user_2). For every wiki post user_1 and user_2 are set to read it and only user_1 can edit it. However, whenever wiki reader logs in, a row is automatically inserted into auth_membership table which maps wiki_reader user to wiki_editor group, so he can also edit posts. Is this a bug or is there a way to set a user to be a wiki reader only?
Thanks Dragan --

