Hi. I would like to customize the way that user registration is validated by 
email. For example, require the admin to validate users.
Here are some possible approaches:
1. Set skipEmailValidation to true and build the mechanism from scratch in the 
subclass.
2. Override signup, and implement it similar but different.
3. Add a flag to lift to leave the user NOT validated, but not to send the 
email. Then either send the email manually, or provide a way for the admin to 
validate users.
4. Provide a hook to directly specify who the email should go to.
What do people think?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to