> #you MUST write the message for the verificaiton email > #since web2py does not know its own URL
> auth.messages.verify_email = > \ > 'Click on the link http://.../verify_email/%(key) > s to verify your > email' Shouldn't auth.message.verify_email default to something, as expected in a standard web2py app? Or it does already? Why it's not possible to retrieve the verification url with the request object? --

