Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
My site will have many state administrator. I want to develop a module which will check the state entered by user during his registration and then send email to respective state administrator. How to do this? This is my first custom module.
Hi, does anyone have any idea how to log into admin account bypassing the login form submission?
I was trying out the Front page module to create different front pages for different roles and I end up messed. I can't log in to my site now. When i type in my credentials in the log in form and click log in I am directed to a page not found .. have tried /user/1 and /?q=admin but I just cant log in. it seems the login form is not able to connect to the database tables for authentication. Any work around ideas from backend?
I am on drupal 8.x latest, I have created a welcome page and set it as my frontpage. I have hidden all kinds of blocks from the page by individually hiding them in the block configuration settings by specifying on which pages they shouldn't appear.
I have specified <front>, /user/login, /user/register etc and ticked hide from these pages
I want to send email to different administrator according value selected during registration.I have thought of using the rules module but I have trouble using data selector. The value is a list which will have states of a country. I want to send email to a state administrator instead of all the admins