Re: [web2py] Re: How to disable modifying Email in auth.profile()

2013-06-06 Thread 冷春辉
Thanks for sharing! Lio On Thu, Jun 6, 2013 at 10:49 PM, Rob_McC wrote: > Lio: > > Not sure if this would be helpful, it was for my app. It seems to work so > far. > > *This allows users to login with > * > - email > OR > - username > > I have a message reminding them they can login with eithe

Re: [web2py] Re: How to disable modifying Email in auth.profile()

2013-06-06 Thread Anthony
> > Since email will be used as the only identification here, I'm not very > confident after changing it couple of times the user won't mess up his > memory on the latest email for login.. I think you might run into the opposite problem. If someone signs up with myn...@domain1.com but later c

[web2py] Re: How to disable modifying Email in auth.profile()

2013-06-06 Thread Rob_McC
Lio: Not sure if this would be helpful, it was for my app. It seems to work so far. *This allows users to login with * - email OR - username I have a message reminding them they can login with either. I don't allow changing username, but allow changing email. I also will remove the Forgot you

Re: [web2py] Re: How to disable modifying Email in auth.profile()

2013-06-06 Thread 冷春辉
For the first issue of inputting wrong email, this can be solved by email verification. For the second concern I agree if the user's email become invalid they will not be able to receive message to this address but they still have his account with the site. Since email will be used as the only iden

[web2py] Re: How to disable modifying Email in auth.profile()

2013-06-06 Thread Anthony
Hmm, I don't think I've seen a site that doesn't let you modify your email address. What if the user makes an error when registering or subsequently changes their email address -- they then have to abandon their account and sign up for a new one? On Thursday, June 6, 2013 3:24:44 AM UTC-4, Lio