Update Home Dir On Creation Of Account
This commit is contained in:
parent
7f5537ef9a
commit
9054b9573c
@ -730,7 +730,7 @@ public class delegationServices {
|
|||||||
createForm.append("Email", Email);
|
createForm.append("Email", Email);
|
||||||
createForm.append("FName", FName);
|
createForm.append("FName", FName);
|
||||||
createForm.append("Entitlements", "NA");
|
createForm.append("Entitlements", "NA");
|
||||||
createForm.append("Path", "C:\\ObsidianCoreStudios\\Launcher\\AOTSK\\");
|
createForm.append("Path", "C:\\ObsidianCoreStudios\\Application\\");
|
||||||
createForm.append("Freinds", " ");
|
createForm.append("Freinds", " ");
|
||||||
createForm.append("Token", tokenSTGEN);
|
createForm.append("Token", tokenSTGEN);
|
||||||
createForm.append("Control", 1);
|
createForm.append("Control", 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user