gnu-social/plugins/EmailRegistration
Evan Prodromou 997b0933ea Don't use bogus event in emailregistration
I was trying to be smart by calling the same registration event as 'register'
when doing EmailRegistration. However, that event is so low-bandwidth that plugins
go fingerpoken in all the attributes and call methods on the passed-in action and
things like that.

So, now we just fall back to using the low-level stuff, catch any
exceptions, and feel happy. Some stuff might not work, but it's
generally anti-spam stuff more suited to public sites.
2011-04-18 19:33:12 -04:00
..
doc-src show the welcome page on registration completion 2011-04-18 06:32:32 -04:00
confirmregistrationform.php correct password form fields 2011-04-18 11:02:16 -04:00
Email_confirmation.php Copy Sample plugin to EmailRegistration 2011-04-17 13:22:21 -04:00
emailregister.php Don't use bogus event in emailregistration 2011-04-18 19:33:12 -04:00
emailregistrationform.php break out email registration forms to their own modules 2011-04-18 06:07:32 -04:00
EmailRegistrationPlugin.php show the welcome page on registration completion 2011-04-18 06:32:32 -04:00