ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Username Lowercase


  • 2005-10-07 05:51:59

    Username Lowercase

    Hello :)

    When I manually add an account, the username is automatically converted to lower-case, is this a setting I can change somewhere?
    I looked through the administration but I didn't find anything about this.

    (I'm using ATutor 1.5.1)

    Thank you in advance

  • 2005-10-08 11:04:42

    informations

    The installation of ATutor uses:
    - PHP 4.3.11
    - MySQL 4.0.25
    - Unix server

  • 2005-10-11 10:18:20

    .

    remove line 69 in admin/create_user.php

    the line looks like:
    $_POST['login'] = strtolower($_POST['login']);

  • 2005-10-11 11:02:04

    thanx

    Thank you very much :)