Changeset 4304 for trunk/password.php


Ignore:
Timestamp:
Nov 18, 2009, 9:07:20 PM (14 years ago)
Author:
Eric
Message:

Escape all login and username characters in database
Display correctly usernames

(I hope not to have made mistakes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/password.php

    r4265 r4304  
    8585
    8686        $infos =
    87           l10n('Username').': '.$row['username']
     87          l10n('Username').': '.stripslashes($row['username'])
    8888          ."\n".l10n('Password').': '.$new_password
    8989          ;
Note: See TracChangeset for help on using the changeset viewer.