Skip to content

support setting list moderator_password via REST api (#207)

username-removed-81251 requested to merge abreksa4/mailman:master into master

added moderator_password to the ATTRIBUTES dict as suggested by @thelinuxguy in #207, added a bytes_to_str function to helpers.py to convert the bytes stored in the database to a string in ExtendedEncoder.

When set, the password is encrypted with config.password_context.encrypt, and when returned, is returned encrypted to not leak the cleartext password.

Merge request reports