Not really a change, just added a reminder to fix something here.
parent
7d2cd0d935
commit
2f61763923
|
@ -137,6 +137,9 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
||||||
ud.FirstName = words[0];
|
ud.FirstName = words[0];
|
||||||
ud.LastName = "@" + words[1];
|
ud.LastName = "@" + words[1];
|
||||||
users.Add(ud);
|
users.Add(ud);
|
||||||
|
// WARNING! that uriStr is not quite right... it may be missing the / at the end,
|
||||||
|
// which will cause trouble (duplicate entries on some tables). We should
|
||||||
|
// get the UUI instead from the UAS. TO BE FIXED.
|
||||||
AddUser(userID, names[0], names[1], uriStr);
|
AddUser(userID, names[0], names[1], uriStr);
|
||||||
m_log.DebugFormat("[USER MANAGEMENT MODULE]: User {0}@{1} found", words[0], words[1]);
|
m_log.DebugFormat("[USER MANAGEMENT MODULE]: User {0}@{1} found", words[0], words[1]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue