Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Captive portal. Guest-login without informing an email

This thread has been viewed 0 times
  • 1.  Captive portal. Guest-login without informing an email

    Posted Feb 23, 2012 10:55 AM

    Hello,

     

    We are trying to activate both user-login and guest-login access in the same cp page with some specific behavior.

     

    The idea is that corporate users inform their user/pass (normal behavior) and guest users just click a button and get access, without informing and email. Also we would like to hide de guest-login form and replace it with that button. Is that possible?

     

    Controller 3600 - Release 6.1.2.4 

     

    Thanks in advance

    Jose


    #3600


  • 2.  RE: Captive portal. Guest-login without informing an email
    Best Answer

    Posted Feb 23, 2012 12:05 PM

    you can modify the exsisting captive portal by using following form in the index.html.

     

    <br><br>

    <b>CLICK ON THE BUTTON BELOW TO LOGIN AS GUEST.</b></font></div>

    <div align="center">

    <br><br><br>

    <form name="form1" method="post" action="/auth/index.html/u">

    <span class="bodytext">

    <input type="hidden" id="email" name="email" type="text" value="user@company.com" class="text" accesskey="e" />

    <input type="hidden" name="cmd" value="authenticate" />

    <input type="submit" name="Login" value="Guest Login" class="button" />

    </span>

    </form>

     



  • 3.  RE: Captive portal. Guest-login without informing an email

    Posted Feb 23, 2012 12:31 PM

    Many thanks Vinod.

     

    I appreciate your help.

     

    Regards,

    Jose