- Merge request !34Issue #2851910: Add ignored routes to the configuration file β (Open) created by Sophie.SK
- πΊπΈ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
See above for code comments.
Also, we should have some notes on how to test this, such as adding another module with a password form on it, so we can manually test as well.
- Issue was unassigned.
- Status changed to Needs work
about 1 year ago 2:53am 9 February 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Tagging for tests.
- First commit to issue fork.
- Merge request !99Issue #2851910: Add ignored routes to the configuration file β (Open) created by rbrandon
- πΊπΈUnited States rbrandon
I updated merge request for 4.0.x branch with tests and addressed @kristen-pol comments.
- Status changed to Needs review
about 1 month ago 11:03pm 27 February 2025 - π¨π¦Canada AaronChristian Kelowna, BC
@rbrandon, just tested and it works well, but it looks like you're missing the route to the settings form in the last MR.
password_policy.settings: path: '/admin/config/security/password-policy/settings' defaults: _form: '\Drupal\password_policy\Form\SettingsForm' _title: 'Password Policy Settings' requirements: _permission: 'administer site configuration'
- First commit to issue fork.