This topic is locked

Case Insensitive User Login (Cookie)

10/29/2013 08:25:04
PHPRunner General questions
P
p1nr author

I've managed to successfully sync my PHPrunner apps with my Visual Studio-based website. Once a user logs into the website, they are then automatically logged into my apps. The only issue is that if a user logs in with all lower case letters as their username, then they don't have proper permissions. I checked Case Insensitive login and tried to create a new user group with lowercase letters, but that just over-wrote the username with uppercase letters.
Any suggestions?

Sergey Kornilov admin 10/30/2013

Not quite sure I fully understand the issue.

  1. What code do you use to logon users automatically to PHPRunner application?
  2. What "but that just over-wrote the username with uppercase letters" means?