Great work on the User Registration 1.5 beta! I have what i hope is a simple feature request.
I'd like to be able to use a single form to create a user (with an auto-generated password), and rather than error out on duplicate username and email address, to ignore that the user already exists, and just set the user id as if a new user had been created.
I'm trying to combine the process of user registration and new post creation attributed to that user. I'd like existing users to be able to use the same form without previously logging in or even being aware they have an account.
Thanks!