Amidst the digital era, websites need to provide users with features that enhance their experience and make it more streamlined and convenient. One of these features is "Remember My Device", which allows users to avoid the second factor of authentication and log in to the website with just the Drupal credentials, as long as they are using the same device. This feature allows users to mark a device as "trusted," eliminating the need to enter the second layer of authentication on subsequent logins from the same device for a given period of time (say, 30 days).
I have a server with 2 Drupal sites on it, and I'm experiencing the same issue on both sites, so I assume the problem is with the server configuration... Here's the problem: I simply can't connect to my sites, I go to /user, enter my credentials, and click on the button, the page seems to refresh quickly, but nothing more happens, not even an error...
I work on a multilingual site, enabled to be able to translate into 3 languages. Some pages are translated in the 3 languages, some in 2 and some just in 1 language. Users can toggle between translated pages if the pages have a translated version otherwise it will just have the default language available in the language dropdown. All of this is working fine.
In today's digital age, online security has become a paramount concern for businesses of all sizes. To ensure the safety and privacy of their client's sensitive data, many companies are turning to two-factor authentication (TFA) solutions. Recently, miniOrange, a leading provider of Drupal TFA/MFA modules, collaborated with BT48 to provide a customized two-factor authentication module solution for their client.
Hello my father is using drupal as he's website making choice and it was working perfectly well up until recently. For some reason the site has been moved to a different server that uses a newer PhP version and the site stopped working they changed the PhP version settings in the drupal to an older version and the site is now working but with lots of PhP errors. As I was trying to fix that i tried to access the PhP code and I read online that I need to allow the PhP module in the settings.
I try to upgrade data from a module (weblinks) from drupal 7, which doesn't have a same module in Drupal 10.
As explained in https://www.drupal.org/project/weblinks/issues/3128945, the first step is to build a fixture file.
Can anyone explain to me please if this can be organised automatically, or that I have to build this manually, and how than please?