[Lift] Re: User validation by admin

2009-07-30 Thread Naftoli Gugenheim
I'm not clear what you're suggesting. Currently there are two methods. sendValidationEmail takes a user and sends him an email. signup has a nested function, testSignup, which (1) sets validated based on skipEmailValidation, and resets uniqueId; (2) if skipEmailValidation log in; otherwise

[Lift] Re: User validation by admin

2009-07-29 Thread David Pollak
Sounds like a worthy addition. I'd suggest that rather that doing more flags that you create a validation function that people can replace with whatever they want... by default that function looks at the current skipEmailValidation flag. On Tue, Jul 28, 2009 at 1:07 PM, Naftoli Gugenheim