|
|
|
@ -627,8 +627,8 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
// todo Velocity
|
|
|
|
|
Context ctx = new Context();
|
|
|
|
|
ctx.setVariable("bds", bds);
|
|
|
|
|
ctx.setVariable("credential_code", username);
|
|
|
|
|
ctx.setVariable("password", pwd);
|
|
|
|
|
ctx.setVariable("username", username);
|
|
|
|
|
ctx.setVariable("client_moniker", client.getString("client_moniker"));
|
|
|
|
|
ctx.setVariable("contact_person", client.getString("contact_person"));
|
|
|
|
|
ctx.setVariable("credential_code", client.getString("credential_code"));
|
|
|
|
|