Maintainers monitor issues, but fast responses are not guaranteed.

Username Case Sensitivity

Description

This module allows you to make usernames for your users case sensitive. What this means is you can have a user with the name 'admin' and 'AdMiN' and they will be treated as seperate users as far as drupal is concerned.

Stock behaviour for Drupal 7 on MySQL is for names to be case insensitive. This can make it easier for attackers to guess usernames

Features

  • Integrates with MySQL at the moment, and alters the 'name' column in the {users} table to be of type 'varbinary(60)'
  • Provides a checkbox on the 'admin/config/people/accounts' page where you can switch the case-sensivity on and off

Important points to note with a case-sensitive collation

  • You will need to tell your users that they must login with their exact username
  • If you create two users 'Admin' and 'admin' for example, you will not be able to switch back to case in-sensitive usernames without first deleting one of the users
  • Any view or admin page that sorts by username will sort differently, with a case sensitive collation, sorting is from A -> Z, a -> z. So some pages may not be what the user expects. Please refer to http://stackoverflow.com/questions/5526334/what-effects-does-using-a-bin... for more information

dRealty Sandbox

Updated

dRealty is a Real Estate Module to import Listings into drupal via the RETS protocol. It aims to become a full fledged IDX solution for Drupal.

Search Thai

Integrates simple Thai handling with Drupal core search module.

การตั้งค่า

สำหรับ Drupal 7 เท่านั้น (ณ เวลานี้) คุณมี 2 ทางเลือก โดยใช้ Drush หรือ Drupal UI

Drush commands

  1. drush en search_thai -y
  2. drush search-reindex -y
  3. drush cron

Drupal UI

เปิดใช้งานเหมือน module ทั่วไป แล้วก็ ...

  1. ไปที่หน้าตั้งค่าการค้นหา /admin/config/search/settings
  2. ถ้าต้องการเปลี่ยน จำนวนตัวอักษรที่จะอินเด็กซ์ ก็ระบุที่นั่น ค่า default คือ 3
  3. ถ้า Simple Thai handling ยังไม่ได้ติ๊กไว้ ก็ติ๊กซะตรงนั้น
  4. Re-index เว็บไซต์ของคุณ
  5. รัน cron จนกว่าจะครบ 100%

ขัดข้องสงสัย?

chroma_hash

Chroma-Hash allows you to quickly compare the contents of two secure text fields.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained