Konica Minolta Digital StoreFront User Manual

Page 63

Advertising
background image

Platform Settings

63

<input type=text name="token" id="token">

<input type=text name="pwd" id="pwd">

<input type=submit value="Submit">

</form>

</body>

</html>

Sample Page with a link (uses a hidden form to submit)

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Digital StoreFront</title>

<script language="javascript" type="text/javascript">

function Login()

{

document.getElementById("Form1").submit();

}

</script>

</head>

<body>

<a href="javascript:Login()">LoginByPass</a>

<form id="Form1" action="http://dsfserver/Digital StoreFront/signin.aspx?SITEGUID=c9c70a5c-95ef-
40c9-b5b5-5b2c891d3d84" method="post">

<input type="text" name="token" id="token" value="LOGIN_BYPASS_USER_NAME" />

<input type="hidden" name="pwd" id="pwd" value="LOGIN_BYPASS_PWD" />

<!-- Example using blank password below (value="" when not sending password)

<input type="text" name="pwd" id="pwd" value=" " />

</form>

</body>

</html>

How new Users are Added

Bulk upload

Bulk upload: Users can be added via bulk import and during regular synchronization with the

customer’s user database.

Self Registration

S

elf registration can be enabled to allow site visitors to create a user profile themselves. Users that

are self registered will not be able to use login bypass unless the site Administrator edits their user
profile to include the Login Bypass Unique ID. And in that case, the user must be coming from a
referring web page that is passing login credentials (Unique ID).

Advertising