Again, you get more answers on this list if you send your email in plain
text, not html.

I am no python programmer either but guessing I would say change it
to...
self.Vars["User"] = Form["user"]

FYI...
Your emails appear like this to others...
blahblah=20
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I'm no Python programmer and am =
hoping&nbsp;that=20

Sam
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of George Leatherman
Sent: Wednesday, June 30, 2004 2:22 PM
To: [EMAIL PROTECTED]
Subject: Python HELP anybody


Hi,
I'm no Python programmer and am hoping that you will help me.
I need UpperCase/LowerCase USERNAMES in my TMDA-cgi Setup.  
I don't use email addresses for Account Names.
Presently only lower case usernames are able to LOGIN 
Any username with UpperCase letters fails.


SESSION.PY

#Get IP, User, UID, & Home directory

self.Vars["User"] = Form["user"].value.lower()


Please if you don't mind,  can you suggest a hack that will not convert
to all lowercase?
I am ASSUMING that the above line retrieves the username value and
converts to lower.
This software is only for my use and is not distributed.

Your help is greatly appreciated TMDA is worshipped by many of my
customers.
Thank You

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to