Angel Camacho Villan wrote: >hi list? somebody know >how to disable the options to change password for users? >thanks
Are you trying to prevent the user from changing her own password or prevent the list admin from changing a user's password. If the latter, that is the default behavior in Mailman 2.1.10+ contingent on the mm_cfg.py setting OWNERS_CAN_CHANGE_MEMBER_PASSWORDS. So if you want to prevent list owners form changing member passwords and your Mailman version is 2.1.10 or later, just make sure you don't have "OWNERS_CAN_CHANGE_MEMBER_PASSWORDS = Yes" in mm_cfg.py. Preventing this in older Mailman versions or preventing users from changing their own passwords requires code modification. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
