[Mailman-Developers] MemberAdaptor.py [missing line?]

Donal Hunt donal.hunt2@mail.dcu.ie
Fri, 25 Jan 2002 17:14:27 +0000


MemberAdaptor.py [lines 119-124]
    def getMemberPassword(self, member):
        """Return the member's password.

        If the member KEY/LCE is not a member of the list, raise
        NotAMemberError.
        """

should there be a "raise NotImplemented" after the documentation stuff??
ie - is that the general rule to raise with any method in MemberAdaptor
that we don't want implemented...

Currently working on the LDAP authenticator and I don't want people to
change their LDAP password with Mailman. :)

Regards

Donal
--DCU--