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.
I have a little php-script that shows when people where born on my https://fredbaltus.nl (lower right corner) page. I want to put that script also in a block on my drupal-page, but despite all the examples it is not easy for me. I can understand it better when i see a sample with my own php-code. Who can help me?