Can I create a staged user manually? Using rake, I can create an ordinary one, of course. The all-knowing AI told me I can’t, and I believe it, but still…
Perhaps I should explain what I am trying to do.
I have a WordPress/WooCommerce setup where a customer can book an appointment. The customer will send additional information using a form served by WordPress. That form is sent to (my) group inbox. However, because I’m using Amazon SES, I can’t use the customer’s email as the sender, because then I must approve that sender manually, and that is not an option. So, I receive the email from my WordPress address.
Now, I need to connect somehow, automatically, or with very little effort from my side, that PM topic with the customer’s email. And the only solution my limited knowledge came up with was changing ownership — but for that, I need a user.
Why don’t I use OAuth and create that user, since they have to create an account on WordPress? Because I just can’t understand how to do it, or I haven’t found the right topic here. Quite often, the suggested SSO is not an option, because it hijacks every other login option.
How can I see all of that data from real staged user? Or am I only jumping in the too deep water now and trying to do desperate things, and I should just create those users manually via create accont
Except… I can’t change ownership of PM to a staged user
So, as long as I don’t start building oauth thing, my only option is send a PM to that user’s email. Same staging will happen, if I’m understanding right.
Or I approve that user. That is an option. I prefer not, though, because then I would do it without consent.
But now I know basics of how to create/edit a user using rails That is a victory too. Plus I created a staged user I can’t do anything with.
I have only sought the most simple way to manually create a staged user (for my specific use of creating new Topics on my own private forum by emailing from my watch). I’m sure there are many other methods!
In my example above I sent an email from my normal email address I use every day…
to…
the email address I put in the category setting for the new Inbox category I created, in this case (as shown in my example above) inbox@forum.mysite.com which is of course also an email address I own (because the domain is the same as the domain of my forum.)
I was asking how do I create a staged user (in the meaning as kind of pre-TL) for a real person without need to ask that person send an email to forum.
We hit against huge language barrier again, I assume (we desperate need that AI-translator)
For creating dummy person, staged or registered, is really easy task with iPhone.
So I solved it out. At same time I get chance to explain what I was doing. But again, creating a staged user wouldn’t be the real issue I was trying to solve, but connecting follow-ups to my WooCommerce — so did what is a norm nowadays: I came to one solution and asked that one. But that was intentionally, because I knew I can’t ask how do I send email from WooCommerce where sender is that user, and Amazon SES won’t do that. Or how do I sync my WordPress users to forum automatically, because that is practically an unlegal action.
So, creating manually a staged user was all I could came to
I’m not sure I fully understand the specific routing requirements for Jagster’s use case.
But I am receiving emails into my Discourse Inbox category (as I have described above) from an email address that I cannot send from. These are emails from a client that I correspond with using my Gmail account.
Here’s how I set it up…
In my Gmail account, I set up a filter that catches all emails received from that client’s email address, which (while also keeping a copy in Gmail) then forwards those emails to the email address I have designated to receive emails into the Inbox category in my Discourse instance.
I suppose I could also (or alternatively) set that Inbox category (in it’s category settings) to “mirror a mailing list” which I (and optionally others) could then subscribe to as well.
Those users haven’t sended anything, that is the issue. If they would I had plenty of options and group messages is for me the most practically solution.
and back to the real problem. When an user buys a service they get link to a form created by a plugin in WooCommerce. No, I can’t use Discourse for that, because you know, they aren’t anykind users. I can send that form to Discourse, but only from from approved addresses, and customer’s addresses aren’t and won’t be approved in SES. So I need to connect that customer together that sended form, now a PM, somehow. Then I can continue with that customer in forum, because of all the tools it offers.