新手问题 OmniAuth 2 Identity 页面错误

wangyzyoga · 2013年11月09日 · 最后由 yorzi 回复于 2013年11月10日 · 2377 次阅读

正在学习 Railscasts-china 中 omniauth-2-identity 使用,敲完代码,用 github 可以登录。但在 auth/identity/register 页面登录,填写相关信息,点击 connect,页面没发生跳转,填写的信息却被置空。

rails server 里面信息: Started POST "/auth/identity/register" for 127.0.0.1 at 2013-11-09 08:50:40 +0800 (0.2ms) BEGIN Identity Exists (0.2ms) SELECT 1 AS one FROM identities WHERE identities.nickname = BINARY 'wangyzyoga' LIMIT 1 Identity Exists (0.2ms) SELECT 1 AS one FROM identities WHERE identities.email = BINARY '[email protected]' LIMIT 1 (0.2ms) ROLLBACK

不知道是哪个环节错了?

看样子是不是因为邮箱已经被注册过了?

需要 登录 后方可回复, 如果你还没有账号请 注册新账号