72
72
# that, we check roster-email and roster-pw fields for a valid password.
73
73
# (also allowed: the list moderator, the list admin, and the site admin).
74
74
password = cgidata.getvalue('roster-pw', '')
79
82
if mlist.private_roster == 0:
82
85
elif mlist.private_roster == 1:
85
87
ok = mlist.WebAuthenticate((mm_cfg.AuthUser,
86
88
mm_cfg.AuthListModerator,