I'm wondering about the authentication issue. I'm working behind a firewall which blocks port 587 (used to communicate with gmail), which I'd like to use as my smtp server.
I think for my use case I have two options: 1. Host the server in front of the firewall 2. Host the email sending code in front of the firewall e.g. something hosted on google appengine. Any other thoughts on this? On Tue, Jan 4, 2011 at 12:13 PM, David Bain <[email protected]> wrote: > VP, > No the password is the password that the first user signs up with. > > > On Tue, Jan 4, 2011 at 12:10 PM, VP <[email protected]> wrote: > >> >> >> One more caveat. For security, the first user is the teacher and >> registration is enabled by default. >> >> I haven't tried this, but will soon. One question: Would the password >> of the first user be the same as the password given to web2py? >> >> Thanks. >> > >

