The Login Page is where you
can open an AceProject
session. For security purposes, each user must provide his/her username and password.
The Connection Information Fields
How can I get logged in automatically, without going through the login page?
If you want to skip the connection page and get logged in automatically, you have to pass two parameters to the login page: "Username"
and "Password". For example, https://yoursubdomain.aceproject.com/login.asp?Username=user&Password=pwd.
How can I open a task directly upon login?
You have to pass the "TASK_ID" parameter on the login page. The system will request that you login, and then, you will be redirected to the
corresponding task. For example, https://yoursubdomain.aceproject.com/login.asp?TASK_ID=24425 .
How can I open a project directly upon login?
You have to pass the "PROJECT_ID" parameter on the login page. The system will request that you login, and then, will open the
corresponding project in the project tab. For example, https://yoursubdomain.aceproject.com/login.asp?PROJECT_ID=234.
How can I open a discussion forum topic upon login?
You have to pass the "openPage", the "PROJECT_ID" and the "DiscussionSubjectId" parameters on the login page. The system will request that you login, and then, will open the corresponding topic. For example, https://yoursubdomain.aceproject.com/login.asp?lang=EN&openPage=DiscussionSubject&PROJECT_ID=119964&DiscussionSubjectId=7608 .
How can I open a project document upon login?
You have to pass the "openPage" and the "PROJECT_ID" parameters on the login page. The system will request that you login, and then, will open the
corresponding project's "Project Documents" page. For example, https://yoursubdomain.aceproject.com/login.asp?lang=EN&openPage=projectDocument&PROJECT_ID=22885.