Text
|
Login is applicable for the following conditions:
1. Access Caravan Inbuilt files: Caravan Business Server requires that you must be logged on to the server as 'Administrator' to access system related operations like database management.
The default login details are:
Username : Admin Password : Password (default for any user)
Note: For security reasons even Admin is not allowed access to the database, user management modules unless the default password is changed.
After login, use password.html to change the password. Now you can access dbms.html, createuser.html, caravan.html, etc.
2. Access Source code files (e.g from template folder): For accessing any source code file, admin or user need not be logged in. But you can define 'file level security' in the source code file, so that the user is forced to login before he/she can access that source code file. e.g Add the following syntax to top of any source code file: domain admin|manager In the above example, the user will be prompted to login either as Admin or Manager domain user. For further details refer to Objects--> Domain and Objects-->User
|