Page 1 of 1

Case Sensitivity

Posted: Thu Jan 25, 2001 7:46 pm
by Valkenar
Hi. I'm not sure what exactly the situation is with forum modifications, except that I have the impression that scott is involved with the implementation of things. Anyway, I just had one small quibble, which is that I don't like having to type my ID in case sensitiveky. I like it to appear as "Valkenar" but I always forget, and type "valkenar" Obviously this is really no big deal, but unless there's some particular reason for being case sensitive (other than that it's slightly less efficient to do case insensitive comparisons) I was wondering if it could possibly be made otherwise.

Case Sensitivity

Posted: Thu Jan 25, 2001 8:55 pm
by gmattson
You should only have to type in your id and password once! Try going to "preferences" and activating the "remember your id/password" option. The program will activate a 'cookie' on your computer, which will automatically insert id/password for you.



------------------
GEM

Case Sensitivity

Posted: Fri Jan 26, 2001 4:31 am
by Valkenar
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by gmattson:
You should only have to type in your id and password once! activating the "remember your id/password" option. The program will activate a 'cookie' on your computer
<HR></BLOCKQUOTE>

Well that's fine for my home computer, but I routinely log on from work and school where I do not want to be leaving my username and passwords lieing around (and at school I don't have privileges to change the configuration anyway)

Case Sensitivity

Posted: Fri Jan 26, 2001 4:42 am
by Tony-San
It will only work in one cookie. So if you set it from your home computer, it won't remember it in your work computer. Unix, as you know, is a case sensitive OS. Some servers run off NT in which case, it wouldn't matter, but Harry Skeffington runs top notch UniX maCHines. Image

Tony

Case Sensitivity

Posted: Fri Jan 26, 2001 11:09 am
by gmattson
Not sure there is a solution to your problem, Valkenar. For your home computer, I suggest a password saving program like "Gator", that remembers all the usernames and passwords necessary for navigating the Internet world.


------------------
GEM

Case Sensitivity

Posted: Sat Jan 27, 2001 5:04 am
by Valkenar
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tony-San:
Unix, as you know, is a case sensitive OS. Some servers run off NT in which case, it wouldn't matter, but Harry Skeffington runs top notch UniX maCHines. Image
<HR></BLOCKQUOTE>

Well, not knowing how the backend is being handled I can't say for sure, but if the accounts are actually official login accounts stored in passwd/shadow then yeah, I guess there's no simple solution. I figured that the web server/forum system had it's own database of registered forum users distinct from the underlying system accounts, in which case it wouldn't be tough to institute a case insensitive forum login match..

Again, though it really isn't any kind of big deal, so if my assumptions were wrong, that's fine and I'll just continue merrily along. Image

Thanks to both of you for trying to help me on this, though I do understand cookies (I work as a programmer at a web-based training company). The effort is truly appreciated, though my small quibble is hardly worth a big discussion. Image

Case Sensitivity

Posted: Sat Jan 27, 2001 5:51 am
by Tony-San
It does have it's own database, but the perl script libraries and the like are on a unix host. EG: You login and you browser runs login.cgi which is written in perl. The first line of this script is a reference to the absolute path to perl on the server. If it where an NT server, your login would not be case sensitive. I can't remember but I think there is a different version of UBBS for NT. It's still written for Perl 5 though.