7.1

Table Of Contents
Custom login form workflow
Examples
In the webintegration folder of the PrintShop Mail Web Website folder you will find an authentication sample. The index.php
file contains a standard web form, the actual verification is handled by the code in the process_login.php file. The form uses
the POST method and sends the information to the process_login.php file.
<!-- Index.php -->
<!-- Custom login form, communication with PrintShop Mail Web is handled
by the process_login.php file -->
<form method="POST" action="process_login.php">
<div>
<span>Username: </span>
<input type="text" name="fcUserName" value="administrator"/>
</div>
<div>
<span>Password: </span>
<input type="text" name="fcPassword" value=""/>
</div>
<div>
©2010 Objectif Lune Inc - 201 -