diff options
author | Tedd Hansen | 2007-09-13 11:11:08 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-09-13 11:11:08 +0000 |
commit | cef8c5e9d7ce49cc47e7ef1816465064d889d6d5 (patch) | |
tree | eb50e06403d1270b5eb6ce1456e2c9d44b3c6488 /OpenSim/Framework/UserManager/LoginService.cs | |
parent | Backup is now optional on classes (diff) | |
download | opensim-SC_OLD-cef8c5e9d7ce49cc47e7ef1816465064d889d6d5.zip opensim-SC_OLD-cef8c5e9d7ce49cc47e7ef1816465064d889d6d5.tar.gz opensim-SC_OLD-cef8c5e9d7ce49cc47e7ef1816465064d889d6d5.tar.bz2 opensim-SC_OLD-cef8c5e9d7ce49cc47e7ef1816465064d889d6d5.tar.xz |
Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed member names to smallcapsy.
Diffstat (limited to 'OpenSim/Framework/UserManager/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/UserManager/LoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/UserManager/LoginService.cs b/OpenSim/Framework/UserManager/LoginService.cs index e50c65c..0af341e 100644 --- a/OpenSim/Framework/UserManager/LoginService.cs +++ b/OpenSim/Framework/UserManager/LoginService.cs | |||
@@ -173,6 +173,7 @@ namespace OpenSim.Framework.UserManagement | |||
173 | /// <returns>Authenticated?</returns> | 173 | /// <returns>Authenticated?</returns> |
174 | public virtual bool AuthenticateUser(UserProfileData profile, string password) | 174 | public virtual bool AuthenticateUser(UserProfileData profile, string password) |
175 | { | 175 | { |
176 | |||
176 | MainLog.Instance.Verbose( | 177 | MainLog.Instance.Verbose( |
177 | "Authenticating " + profile.username + " " + profile.surname); | 178 | "Authenticating " + profile.username + " " + profile.surname); |
178 | 179 | ||