mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> UserUMMAU2 to track any new occurences.
This is to see the impact that Diva's fixes related to this issue (last one is currently commit c7383688)
You will need to clear your viewer cache for this to have any effect
Relates to http://opensimulator.org/mantis/view.php?id=6625
This commit is contained in:
@@ -320,7 +320,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
||||
else
|
||||
{
|
||||
names[0] = "Unknown";
|
||||
names[1] = "UserUMMTGUN3";
|
||||
names[1] = "UserUMMTGUN4";
|
||||
|
||||
return false;
|
||||
}
|
||||
@@ -537,7 +537,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
||||
else
|
||||
{
|
||||
user.FirstName = "Unknown";
|
||||
user.LastName = "UserUMMAU";
|
||||
user.LastName = "UserUMMAU2";
|
||||
}
|
||||
|
||||
AddUserInternal(user);
|
||||
|
||||
Reference in New Issue
Block a user