How to change a column in users table after reseting password ? (like last_change_password) ?
Hi !
I made a Page for the first time connection of my users, and I have a date column set to null by default.
I want to change this to the actual date when they submit the resetpassword form
2 Replies
You can just create an observe and monitor when the password is dirty and update last_change_password to now?
so
and in your app service provider
Ok thank you i try this !
ok so I made the same thing as you :
without it's not saving the data in the db but with it is loading infinitely
ok I found the issue, I used updated instead of updating