2010-07-07 11:30:04 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2009 Low Heng Sin
|
|
|
|
Copyright (C) 2009 Idalica Corporation
|
|
|
|
-->
|
|
|
|
<html>
|
|
|
|
<![CDATA[
|
|
|
|
<style>
|
|
|
|
.section-head {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginInfoBox {
|
|
|
|
background-color: #9CBDFF;
|
|
|
|
margin: 5px;
|
|
|
|
padding: 3px;
|
|
|
|
margin-top: 20px;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<div class="loginInfoBox">
|
|
|
|
<span class="section-head">Initially you can log into the system with the following users:
|
|
|
|
</span>
|
|
|
|
|
2012-10-13 03:42:19 +07:00
|
|
|
<table cellpadding="5" cellspacing="0" style="margin-top: 10px; font-size: 8pt; background-color: transparent;">
|
2010-07-07 11:30:04 +07:00
|
|
|
|
|
|
|
<tbody><tr valign="top">
|
|
|
|
</th><th><i><b>User</b></i>
|
2012-10-13 03:42:19 +07:00
|
|
|
</th><th><i><b>EMail</b></i>
|
2010-07-07 11:30:04 +07:00
|
|
|
</th><th><i><b>Password</b></i>
|
|
|
|
</th></tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2012-10-13 03:42:19 +07:00
|
|
|
</td><td>GardenAdmin
|
|
|
|
</td><td>admin @ gardenworld.com
|
|
|
|
</td><td>GardenAdmin
|
2010-07-07 11:30:04 +07:00
|
|
|
</td></tr>
|
|
|
|
|
2012-10-13 03:42:19 +07:00
|
|
|
<tr valign="top">
|
|
|
|
</td><td>GardenUser
|
|
|
|
</td><td>user @ gardenworld.com
|
|
|
|
</td><td>GardenUser
|
|
|
|
</td></tr>
|
2010-07-07 11:30:04 +07:00
|
|
|
|
|
|
|
<tr valign="top">
|
|
|
|
</td><td>SuperUser
|
2012-10-13 03:42:19 +07:00
|
|
|
</td><td>superuser @ idempiere.com
|
2010-07-07 11:30:04 +07:00
|
|
|
</td><td>System
|
|
|
|
</td></tr>
|
|
|
|
|
|
|
|
<tr valign="top">
|
2012-10-13 03:42:19 +07:00
|
|
|
</td><td>System
|
|
|
|
</td><td>system @ idempiere.com
|
|
|
|
</td><td>System
|
2010-07-07 11:30:04 +07:00
|
|
|
</td></tr>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
]]>
|
2012-10-13 03:42:19 +07:00
|
|
|
</html>
|