Adding a Login Box on Your Public Site

Having a login box on other sites makes ProjectSpaces easier to find for your members. Your members do not have to search through emails and bookmarks looking for the URL to their Projects if there is an common area to go to on an external site such as your company's intranet or public site.

Add a login by embedding the HTML below to a page on your site. Replace the highlighted text with your ProjectSpaces domain name and the login form will display on your site. Members can then enter their username and password and immediately land within their projects.

Embed this HTML code on the page you want your login box to display:

<form action="http://[Your ProjectSpace Domain Name Here]/silent_login.php" method="post">
Username:
<input name="entered_username" type="text">
<br>
<br>
Password:
<input name="entered_password" type="password">
<input value="Log in" type="submit">
<br>
<br>
<a href="http://[Your ProjectSpace Domain Name Here]/auth/new_password.php">Forgot your password?</a>
</form>