- last update
over 1 year ago Composer require failure - @rajeshreeputra opened merge request.
- First commit to issue fork.
- last update
over 1 year ago Composer require failure - Assigned to Kristen Pol
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Assigning to myself as I'm reviewing/merging ready RTBC fixes/updates over the next few days.
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
The MR is nothing like the patch. I'm going to just look at the patch as that is what was RTBC'ed.
- Issue was unassigned.
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
#3 applies cleanly to the 4.0.x branch. But, I'm not sure how to get the error that is being reported.
Postponing for steps to reproduce.
- Assigned to Kristen Pol
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Actually, I see the schema is:
send_reset_email: type: boolean label: 'Password reset send email'
so this change makes sense. Assigning back to me.
- Status changed to Needs work
10 months ago 1:51am 9 February 2024 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
I checked the code and it looks like there's one remaining place to change:
private function transformV1(array &$value) { $value['label'] = $value['name']; $value['password_reset'] = $value['expiration']; $value['send_reset_email'] = ($value['warning'] !== 0) ? 1 : 0;
-
Kristen Pol →
committed c601b78c on 4.0.x authored by
lucassc →
Issue #3311350 by lucassc, JoshaHubbers, Kristen Pol, gquisini:...
-
Kristen Pol →
committed c601b78c on 4.0.x authored by
lucassc →
- Issue was unassigned.
- Status changed to Fixed
10 months ago 2:03am 9 February 2024 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Thanks to everyone for the work on this issue. The fix has been updated and merged and will be part of the next release.
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
This is part of the new 4.0.1 release → .