- Issue created by @Axael
- πΊπΈUnited States john.oltman
Hi, thanks for the post. No, you are not missing anything. Drupal core and the Registration module do a lot of things out of the box, but they cannot handle every possible use case.
For the redirect, you will need to implement a small amount of custom code in a module. There are various ways to do it, this article mentions some: https://www.drupal.org/forum/support/theme-development/2021-06-24/how-ca... β
You will also need to assign "Administer own settings" permission for the registration type you are using for routes, to the appropriate roles for your users. If you don't want these people to have an admin permission, you'll have to create your own permission in a custom module and add your own access control handler in that module, that does things similar to the code in the Registration module that handles the aforementioned permission.
Good luck!
- π§πͺBelgium Axael
Thanks a lot for your answer, John.
And thanks for this module, I see there's been a lot of enhancements since I first used it a few months ago, that's awesome! - Status changed to Closed: works as designed
over 1 year ago 2:38am 18 May 2023