General daily rollup, not on prod.
This commit is contained in:
parent
a6778fc3ee
commit
f4f664ef86
@ -1149,12 +1149,13 @@ public class delegationServices {
|
||||
System.out.println("Update Request With Aborted Status");
|
||||
delegationTimer.DeleteTargetRequestByID(Lrequest.get("_id"));
|
||||
} else {
|
||||
System.out.println("Account Creation Request");
|
||||
Document DServer = dCollection.find(eq("_id", ClientID)).first();
|
||||
String User = (String) DServer.get("User");
|
||||
String Password = (String) DServer.get("Password");
|
||||
String Email = (String) DServer.get("Email");
|
||||
String FName = (String) DServer.get("FName");
|
||||
int DOB = (int) DServer.get("UDOB");
|
||||
//TODO Please made DOB calcs work.
|
||||
if ((Boolean) Filter.get("creationEnabled")) {
|
||||
String sourcet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789";
|
||||
StringBuilder sbt = new StringBuilder();
|
||||
|
Loading…
x
Reference in New Issue
Block a user