新手问题 Devise 做后台,如何在不发送邮件的情况下修改密码?

Garrus · October 31, 2016 · Last by huacnlee replied at October 31, 2016 · 1487 hits

我只是想要登陆之后就能够更改密码,并不想发送邮件 我该怎么配置 devies。。

去掉 :confirmable,这样注册了账号就不需要邮件确认了

#1 楼 @huacnlee 这个已经去掉了,但是修改密码还是需要 reset_password_token 这个东西

仔细阅读 https://github.com/plataformatec/devise Devise GitHub 上面的 README 和 WIKI,你要的东西都有写

You need to Sign in before reply, if you don't have an account, please Sign up first.