View previous topic :: View next topic |
Author |
Message |
addatamc -
Joined: 14 Jul 2005 Posts: 2
|
Posted: Thu Jul 14, 2005 9:30 pm Post subject: Case Sensitive |
|
|
I want the username and password to not be case sensitive. Is there any modification I can do to make that happen??? |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Jul 14, 2005 9:52 pm Post subject: |
|
|
If you use PHP you can use the command to convert the whole string to lowercase. Just search for a script on google to get you started. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
addatamc -
Joined: 14 Jul 2005 Posts: 2
|
Posted: Thu Jul 14, 2005 10:06 pm Post subject: good thought.... |
|
|
The setup is click on a link and a dialog box shows up. the username and password is entered and takes you to the custom directory lising. I want my site to be simple. so i need to kill the case problem. thanx for the reply. Do you have any other suggestions?? |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Fri Jul 15, 2005 9:09 am Post subject: |
|
|
If you want it to be simple, you're going to have to do as The Inquisitor suggested and create a PHP (or other server side language) page which will check passwords. Abyss uses MD5 hashing for it's username/password combination, which is case sensitive by design. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sat Jul 16, 2005 4:59 am Post subject: |
|
|
Using Regular Expressions will get you started. LateR! |
|
Back to top |
|
 |
|