On Mon, 2003-09-08 at 00:38, [EMAIL PROTECTED] wrote: > Can you please tell me how I can stop users on the forum from getting to > the users option page to chaging thier user setting. I need to stop this > from happening. I want only the site administrator to do it. > Please respond ASAP. > Thanks > Tony >
Lots of options here Tony (after all it's Open Source)... 1) move the "options" cgi from ~mailman/cgi-bin/ to a location that is controled via a .htaccess file, and put a simple script there informing folks to contact the admin for the list. 2) edit the source for the options page and put a administrator login into it before allowing folks to access it. You can grab the source directly from the admin page. 3) Change users passwords to something only you know - and don't send passwords out to the users you don't trust, only to the ones you do. There are lots more ways, but that should be a good start. Good luck - Jon Carnes ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
