Re: Case sensitive login



What "login process" are you referring to? A pre-canned one or one of your
own?

Since logging in requires the user name and password to be checked against a
stored user name and password, we are really talking about comparing a
string against a string. Since strings are literals, you get case-sensitive
checking by default. If you don't want case-sensitivity, then you convert
all the strings involved to all upper or all lower case so that case won't
matter.


"Paolo Niccolò Giubelli [Axettone]" <axettone|at|hotmail|com> wrote in
message news:5A1BC62C-606E-4684-A856-3633EC38DDE7@xxxxxxxxxxxxxxxx
Is it possible to make the login process case sensitive?
I want to make the user 'bob' unable to logon if he types 'BoB' or if he
does the same with the password.
Thank you in advance!


.



Relevant Pages

  • Re: Treeview
    ... I'll have a B please Bob. ... > Public DirectoryPath as string ... > Dim BaseFilePath as FilePath 'the root object> 'open a stream from the file and read each line into a local variable. ... > 'now get the parent address which should be the same for every line ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Formating string as "#,###.00"
    ... Bob, ... Dim i As Long, iStart As Long, iEnd As Long ... Dim str1 As String ... Exit Sub 'If the Target Cell does not have a formula Exit Macro ...
    (microsoft.public.excel.programming)
  • Re: Treeview
    ... I'll have a B please Bob. ... >> Private Function BuildNodeList(ByVal currentPath As String, ... >>> Dim TempCollection as new Collection ... 'now get the parent address which should be the same for every ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Treeview
    ... I'll have a B please Bob. ... "Nick Stansbury" wrote in message ... >>> Private Function BuildNodeList(ByVal currentPath As String, ... >>>> Dim TempCollection as new Collection ...
    (microsoft.public.dotnet.languages.vb)
  • Re: User defined file name on save
    ... Thanks again Bob, I’ve learned a lot from this. ... Dim sFileFirst As String ... ActiveWorkbook.SaveCopyAs sBackup & sFilename ...
    (microsoft.public.excel.misc)