Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leden: add email settings to smoelenboek #512

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aykevl
Copy link
Contributor

@aykevl aykevl commented Jul 14, 2019

Add a special page with guidance how to add email settings.

This is the first step towards moving from using the user password in SMTP towards using a random token, to increase security and to drop the dependency on slapd.


Dit verandert vanuit welke adressen leden kunnen verzenden dus ik ga dit nog met het bestuur overleggen.

Add a special page with guidance how to add email settings.

This is the first step towards moving from using the user password in
SMTP towards using a random token, to increase security and to drop the
dependency on slapd.
if not users:
continue
ret.map["%s@%s" % (name, settings.MAILDOMAIN)].values.extend(users)
for member in Es.by_name('leden').get_members():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://en.wikipedia.org/wiki/G._K._Chesterton#Chesterton's_fence

Het lijkt alsof deze code niet hetzelfde doet. Group membership is namelijk transitief, en deze code lijkt dat niet te zijn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants