rbe-redirect to network login after self-registration to... ·  · 2015-05-02a guest will...

3
USE CASE: A guest will self-register with Clearpass after he is connected with the Guest SSID. He will be redirected to an external captive portal to perform the self registration. After he submits his details to the User Database, he will be presented with the Receipt Page. The username and password will be sent over SMS. When he clicks the Login Button, the login window appears and he has to type his password. Username is already pre-filled Assuming you have Self-Registration page already configured. Step – 1 Click on Form of Receipt Page and choose “password” Make Password hidden to the Receipt page, so a guest cannot skip SMS delivery to receive a password Redirect to Network Login after Self-Registration created by: Rainer Bemsel – Version 1.0 – Dated: May/02/2015

Upload: dangxuyen

Post on 13-Apr-2018

220 views

Category:

Documents


6 download

TRANSCRIPT

USE CASE:

A guest will self-register with Clearpass after he is connected with the Guest SSID. He will be redirected to

an external captive portal to perform the self registration. After he submits his details to the User Database,

he will be presented with the Receipt Page. The username and password will be sent over SMS. When he clicks

the Login Button, the login window appears and he has to type his password. Username is already pre-filled

Assuming you have Self-Registration page already configured.

Step – 1

Click on Form of Receipt Page and choose “password”

Make Password hidden to the Receipt page, so a guest cannot skip SMS delivery to receive a password

Redirect to Network Login after Self-Registration

created by: Rainer Bemsel – Version 1.0 – Dated: May/02/2015

Redirect to Network Login after Self-Registration page 2 of 3

Next choose “submit”

Click on “Show Advanced Properties” and scroll down to AJAX Submit at the bottom of the form

This will should be empty. Enter the text “AmigopodLoginUrl”

Don’t forget to save all changes.

Step – 2

Go back to Guest Registration and select Footer under the Receipt Page.

Scroll down to the Footer HTML field and enter the following text. <script language="JavaScript" type="text/javascript"><!--

function AmigopodLoginUrl() {ldelim}

window.location.href='{$gsr_metadata.register_page|escape}_login.php?username={$usernam

e|escape}';

Return false;

{rdelim}

//-->

</script>

Redirect to Network Login after Self-Registration page 3 of 3

WORKFLOW

1. Register Page 2. Receipt Page (click on Log In)

2. SMS Message

4. Network Login Page