Reading view

$5 per Drupal page — guess I’ll retire early!

$5 per Drupal page — guess I’ll retire early!

Just got a message from a client offering $5 per page for Drupal implementation work.

He said:

"How about $5 per page for Drupal implementation? All our work is standard, so working with us is hassle-free."

https://preview.redd.it/iyy1ffb98pwf1.png?width=518&format=png&auto=webp&s=baa315d73c480e120f70a0479d2e459f51297727

Honestly, $5 barely covers the time it takes to set up a basic Drupal structure, configure fields, and handle theming—let alone handle revisions or testing.

Curious to hear from others: how do you deal with clients undervaluing Drupal or CMS development work? Do you politely decline, try to educate them about fair pricing, or just move on?

submitted by /u/VishalYadav-09
[link] [comments]
  •  

Secret Login module Drupal 11

Secret Login module Drupal 11

The Secret Login Module allows users to log in through a custom URL defined in the Drupal configuration. When the custom URL is set, a secure tokenized URL is also generated. Users can log in using both the custom URL and the token. This feature is useful for quickly accessing an admin or other user account on a Drupal site without requiring a username or password.

Features

Allows administrators to define a custom URL in the configuration for all users.

  • Allows administrators to define a custom URL in the configuration for all users.
  • When this URL is accessed, the user is automatically logged in as an administrator along with another assigned role on the Drupal site.
  • The Module also provides a one-time login URL token for a configured user, along with a button to enable or disable the functionality. The token URL is valid for one hour, after which a new token is automatically generated.
  • It also provides a search functionality by username and email, which helps in quickly finding a user — especially when there are hundreds of users on the Drupal site.

When the URL token is set in the module configuration, it appears in green, indicating that it is ready to use

This module is designed to facilitate easy user login through a custom URL specified by the administrator in the configuration settings.

submitted by /u/VishalYadav-09
[link] [comments]
  •  
❌