diff options
author | MW | 2007-06-22 18:28:49 +0000 |
---|---|---|
committer | MW | 2007-06-22 18:28:49 +0000 |
commit | a9dde515ba7d35b6069a3b2cd8b66bb72b007801 (patch) | |
tree | 5c219b4f52c2a58d0ac507b90556afc2a6848f94 /prebuild.xml | |
parent | * Porting console fix from Trunk to Sugilite (diff) | |
download | opensim-SC_OLD-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.zip opensim-SC_OLD-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.tar.gz opensim-SC_OLD-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.tar.bz2 opensim-SC_OLD-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.tar.xz |
SandBox mode login now shares a base class with the grid mode user server.
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index cae15a2..4e13403 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -638,6 +638,7 @@ | |||
638 | <Reference name="OpenGrid.Framework.Communications"/> | 638 | <Reference name="OpenGrid.Framework.Communications"/> |
639 | <Reference name="OpenSim.Caches"/> | 639 | <Reference name="OpenSim.Caches"/> |
640 | <Reference name="XMLRPC"/> | 640 | <Reference name="XMLRPC"/> |
641 | <Reference name="OpenGrid.Framework.UserManagement" /> | ||
641 | <Reference name="OpenSim.LocalCommunications"/> | 642 | <Reference name="OpenSim.LocalCommunications"/> |
642 | 643 | ||
643 | <Files> | 644 | <Files> |