用restful_authentication生成邮件激活模块,存在一个小Bug_Ruby_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > Ruby > 用restful_authentication生成邮件激活模块,存在一个小Bug

用restful_authentication生成邮件激活模块,存在一个小Bug

 2011/1/2 10:31:01  fireflyman  http://fireflyman.javaeye.com  我要评论(0)
  • 摘要:这个问题相信很多人都遇到,而且也解决了.我只是记录而已..用restful_authentication插件的命令rubyscript/generateauthenticatedusersessions--include-activation后,会存在一个小bug,即新用户注册后不激活就登录了系统。通过注释掉app/controllers/users_controller.rb中create下的self.current_user=@user可修复问题.
  • 标签:一个 邮件
这个问题相信很多人都遇到,而且也解决了.我只是记录而已..
用restful_authentication插件的命令
ruby script/generate authenticated user sessions --include-activation

后,会存在一个小bug,即新用户注册后不激活就登录了系统。

通过注释掉app/controllers/users_controller.rb中create下的
self.current_user = @user


可修复问题.
发表评论
用户名: 匿名