Results 1 to 2 of 2

Thread: Capital Letters in usernames

  1. #1
    Join Date
    May 2002
    Posts
    11

    Default Capital Letters in usernames

    How can allow users to have capital letters in their usernames? Now allows only small letters.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    211

    Default

    Mike,

    Modify form_validation.lib.php in lib folder, then find function IsAlphanumeric, change the first line of the function by this :

    if (ereg( "^[a-zA-Z0-9]+$",$str, $regs)) {


    That's all.

    Sofiah

Similar Threads

  1. Letters and numbers for CAT-ID ?
    By Frank71 in forum v5.x
    Replies: 5
    Last Post: 11-17-2003, 10:45 PM
  2. Control the number of letters of a text area ?
    By Frank71 in forum Templates
    Replies: 4
    Last Post: 04-28-2003, 05:47 PM
  3. Replies: 1
    Last Post: 01-24-2002, 07:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •