dongzhilian0188 2017-06-27 06:18
浏览 73
已采纳

setPasswordAttribute用户模型螺丝内置auth,如何纠正?

I created CRUD for managing users in my app. Now, my issue is that I am using User::create(request()->all()), and I had implemented a setPasswordAttribute method within my model which automatically bcrypted the password, and it worked well...however...

I just discovered that this screws with some of Laravels built-in traits which the auth uses such as ResetsPasswords. So me implementing that setPasswordAttribute method actually caused the auth scaffolding to start double-bcrypting the password, causing it to fail when the user tried logging in after resetting their password.

For the sake of clean code, I'm wondering the best way I can correct this. I know I can just use save instead of create, but I'd like to keep my controllers small and tidy as possible.

What is the best way to handle this? I was thinking of simply bcrypting the value of the actual request input, but that seems hacky.

  • 写回答

1条回答 默认 最新

  • douman6245 2017-06-27 06:50
    关注

    You could use another name for this field in your html form, for example plain_password, and then use a mutator with this name that mutates the password field.
    This way, you don't have to write extra code and the Laravel code itself wont use this mutator.

    public function setPlainPassword($value) {
         $this->attributes['password'] = bcrypt($value);
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 VB.NET2022如何生成发布成exe文件
  • ¥30 matlab appdesigner私有函数嵌套整合
  • ¥15 给我一个openharmony跑通webrtc实现视频会议的简单demo项目,sdk为12
  • ¥15 vb6.0使用jmail接收smtp邮件并另存附件到D盘
  • ¥30 vb net 使用 sendMessage 如何输入鼠标坐标
  • ¥15 关于freesurfer使用freeview可视化的问题
  • ¥100 谁能在荣耀自带系统MagicOS版本下,隐藏手机桌面图标?
  • ¥15 求SC-LIWC词典!
  • ¥20 有关esp8266连接阿里云
  • ¥15 C# 调用Bartender打印机打印