diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 2b15d82..930e0e0 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -926 \ No newline at end of file +930 \ No newline at end of file diff --git a/IISMainHandler/handlers/response/MigrateAccountHandler.cs b/IISMainHandler/handlers/response/MigrateAccountHandler.cs index 0b09312..8f7da38 100644 --- a/IISMainHandler/handlers/response/MigrateAccountHandler.cs +++ b/IISMainHandler/handlers/response/MigrateAccountHandler.cs @@ -31,7 +31,7 @@ namespace FLocal.IISHandler.handlers.response { string key = Util.RandomString(8, Util.RandomSource.LETTERS_DIGITS); return new XElement[] { new XElement("migrationInfo", - new XElement("accountId", account.id), + account.exportToXml(context), new XElement("key", key), new XElement("check", Util.md5(key + " " + Config.instance.SaltMigration + " " + account.id)) ), diff --git a/templates/Full/MigrateAccount.xslt b/templates/Full/MigrateAccount.xslt index 3a17ca2..62c2487 100644 --- a/templates/Full/MigrateAccount.xslt +++ b/templates/Full/MigrateAccount.xslt @@ -9,7 +9,8 @@ @@ -23,7 +24,7 @@
- Миграция пользователя + Миграция пользователя +
- + diff --git a/templates/Lite/MigrateAccount.xslt b/templates/Lite/MigrateAccount.xslt index 3a17ca2..62c2487 100644 --- a/templates/Lite/MigrateAccount.xslt +++ b/templates/Lite/MigrateAccount.xslt @@ -9,7 +9,8 @@ @@ -23,7 +24,7 @@
- Миграция пользователя + Миграция пользователя +
- +