So, I’m getting myself familiar with EE but I think I have a rather unique requirement and I’m not 100% sure if EE is capable of accomplishing it. Hopefully you can help.
I want to create an email-only (no password) based membership profile. Most of the membership functionality will be hidden and unused. Essentially, I want to build a profile for the purpose of customizing content throughout the site. I could do this by writing my own cookies and later querying them (I think) but I’d rather use the built-in membership functionality of EE.
Essentially, I’d prompt a visitor to enter their email. I have an existing database of potential visitors to the site that I’d have pre-populated. If the e-mail matches the database I’d pull additional data for other custom fields. Ie. Interests, past giving, etc. The visitor wouldn’t really be “logged in” in the traditional sense since there really wouldn’t be anything for them to manage client-side. However, from the site’s perspective, I’d be able to customize content based on their account. Upon returning, they wouldn’t be required to re-enter their email because it’d auto-login based on their browser’s cookie.
This possible or should I go the “design your own cookie management system” route? Or, do you have a better suggestion for accomplishing this goal?
Thanks.