You can login to your administration by opening a browser and entering the location where you have installed VPCART followed by the admin page name you have setup in installation – eg. http://www.vpcart.com/vpasp/myadmin.asp or http://localhost/vpasp/myadmin.asp
Security Note: One of the first things you should do is delete shopadmin.asp after you have finished the installation. See page Error! Bookmark not defined. for more information on VPCART security.
When you finished your installation, VPCARTwrites the login information in the database:
Username |
Password |
Access |
youradminusername |
youradminpassword |
Full administrator |
While the second admin password is stored in the shop$config.asp file under “config” folder and “admin/config” folder,the variable “const SecondPassword” will be used to store your admin second password.
If you want the admin login to keep logged, there are few
configurations that control this :
xhkcookieloginenable |
Setting this to Yesto enable admin login cookies. This means once you have logged in to administration, the next time you do not need to enter login details again. |
xhkcookiedays |
Number of days for admin login cookie to expire. e.g. 7 means after 7 days, the admin cookie user will expire and after 7 days you will have to enter login and passwords to access administration. |
xhkcookiehours |
Number of hours for admin login cookie to expire. e.g. 10 means after 10 hours, the admin cookie user will expire and after 10 hours you will have to enter login and passwords to access administration. If you only want admin login cookie to expire in days, then simply set thisxhkcookiehours value to 0. |
You can also add new users to the database and set their privileges in the administration.