Motivation
So communities can solicit submissions from the public without needing to invite users explicitly
Requirements
Acceptance Criteria
- For now, can simply ask user to fill out email address, which creates an account on the fly and then sends the user to the form to fill out
- Should include a positive captcha of some sort to avoid spam signups
- Should include a negative captcha honeypot to avoid spam signups
- Tricky bit: when user creates the account, they are not actually added as a member to the community; they are added as a member to the pub when they submit it.
Motivation
So communities can solicit submissions from the public without needing to invite users explicitly
Requirements
/fill) form while logged out (see: Add public form access behavior and ability to create new user #601).Acceptance Criteria