This is an old thread, but I am having this problem as well. Trying to allow the user to change the email address on their user account. Relevant settings:
auth.use_username=False
settings.ALLOWED_ACTIONS=['all']
auth.param.allowed_actions=settings.ALLOWED_ACTIONS
From the docs, it looks like there should be an action at auth/change_email, but when I try to visit auth/change_email I get 404 not found. Anyone know what I might be doing wrong?
Thanks in advance,