I have enabled Redirect for ... alumni.uoguelph.ca/aad- training.I want all the pages under aad-training to redirect to a new website's login page.- and this is working fine.
But, ...alumni.uoguelph.ca/aad-training/check is going to a DRUPAL 7 existing page.
do we have an option for that ? I am confused. Pls, let me know.
However, there's a fair few roles on the site, is there a way to specify all but one? I imagine I could make a custom access check service. but I was hoping for some succinct syntax if it exists. Thanks!
Is AEM asset Supported on Drupal? I am looking to integrate AEM asset in Drupal CMS so I was wondering is someone has already done that or if there is any plugin to install to do that.
when users request to reset the password, they get a mail with a link to the route user.reset. When opening the link, the users get redirected to route user.reset.form, where a login form is presented. Upon logging in, the users get to route user.reset.login, which checks the one-time hash and timestamp and redirects to route entity.user.edit_form, where the users can change their password.