- Issue created by @jcandan
- Status changed to Closed: works as designed
about 1 year ago 2:34am 11 November 2023 - πΊπΈUnited States jcandan
I realized that when someone is presented with a 403 Forbidden, they are given the opportunity to log in and are thusly redirected successfully to their desired, previously forbidden destination.
My use-case was to require registration before e-commerce checkout. This assumes registration is open to visitors without at either email verification or admin approval--a poor choice for user validation. I realized it would be better if I ensured that an account is created when the user completes checkout (not using Drupal Commerce for my implementation).
Leaving this here for posterity. Marking Closed (works as designed).