SSO 切换后无法合并用户

[ 又是我。 ]

切换到单点登录(SSO)后,我们发现一位用户为 WordPress 和 Discourse 使用了不同的电子邮件地址,导致他拥有两个账户。现在他两个账户都使用过,情况变得有些混乱。

用户表示:

伙计……我登录 PajEvo 论坛时遇到了麻烦。尝试了密码重置,但它不识别我的用户 ID。尝试使用其他电子邮件地址,但也不被接受。我可以以 JDM journeys 的身份登录,但那不是我的主账户,我不喜欢同时运行两个账户。这就是为什么我最近有点沉默。我有内容想分享,但不想在我的编辑名称/账户下发布。

我尝试在控制台中执行 rake/merge 操作,但看起来我缺少某个 rake 文件或类似的东西。

有什么建议吗?我觉得我可能忽略了某个非常简单的步骤。

这是来自控制台的截图。

  • PajEvo 是原始的 Discourse 账户,现在因 SSO 而被锁定。
  • JDMjourneys 是由 SSO 强制关联的 WordPress 账户。

一如既往,感谢大家。非常感激这个社区。:slight_smile:

1 个赞

Any advice on merging users here @Joshua_Rosenfeld?

2 个赞

@pfaffman rando thought: Could this be related to our dual-container setup?

(I know I saw you’ve had some issues with merge task, not sure if this is relevant.)

Thanks, all.

You’re running the rake command outside of your container. You forgot to do ./launcher enter app first.

1 个赞

Yes.

What you left out of your screen shot is

./launcher enter app
Config file was not found, ensure containers/app.yml exists

Available configs ( ...  web_only ... )

You need to do a

./launcher enter web_only

rather than app.

I updated my instructions at Managing a Two-Container Installation - Documentation - Literate Computing Support to make this more clear.

It’s almost always better to paste the text from a terminal rather than a picture of one…

4 个赞

@TGP, are you all set here? Jeff pinged one of my test users (which I’ve now deleted), so I didn’t see this mention. Apologies.

3 个赞

Oh man. That did the trick. Worked flawlessly, on the first try.

Thank you all so much for helping. I am blown away.

2 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.