[web2py] Re: Reset password based on username instead of email

2013-11-18 Thread DeanK
Will do. I could create a fix on my own by creating a new Auth class that inherits from auth and just override the 'reset_password' method, correct? That way I should still be able to update as long as nothing new happens in gluon.Auth.reset_password? On Saturday, November 16, 2013 3:58:56

[web2py] Re: Reset password based on username instead of email

2013-11-16 Thread Massimo Di Pierro
Please open a ticket. This needs to be implemented. On Friday, 15 November 2013 11:07:31 UTC-6, DeanK wrote: > > So I have a somewhat unique situation where multiple different users will > be creating separate accounts with unique usernames, using the SAME email > address. I figured I could mak