Categories and brands

Prevent redirect after submitting the form

In Drupal 7 profile2 module, want to make profile2 edit form to stay on the form itself after clicking SAVE button. With the following code, it stays on the form itself and displays the values correctly. But it does not save actually. When coming back to the form, it... read more
Categories and brands

Site UUID in source storage does not match the target storage

When I run drush cim -y on my staging instance of my site I get the following error: DrupalCoreConfigConfigImporterException: There were errors validating the config synchronization. in DrupalCoreConfigConfigImporter->validate() (line 728 of... read more
Categories and brands

Maintenance mode response header

This module will add a reponse header to sites in maintenance mode: maintenance-mode: on It can be used for applications monitoring the downtime of the website to know if the site is down because of a failure, or because of maintenance. Usage Install as usual, no... read more
Categories and brands

TLSRPT (SMTP TLS Reporting)

TLSRPT module provides a simple web service to receive SMTP TLS Reports, as defined by RFC 8460, and log them to a database table (using JSON Field). SoundCloud Repost Service SoundCloud Promotion Service Spotify Playlist Promotion Spotify Playlist... read more
Categories and brands

How do I re-run updates (change module schema version)?

I’m working on a module, and I changed a couple field types in the schema. I didn’t take a backup before testing it and messed up the DB (it’s just a dev site). Anyway, I reinstalled everything, and the schema version is set to that of the highest... read more
Categories and brands

How can I verify users the first time they log in?

I was reading this article. I would like to know how logging in with the REST API in Drupal 8 works. By default, when users log in, Drupal will verify username and password. After the login, the browser has a cookie for the created session. With the REST API, how can... read more