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

Guest password and sponsor email fields

This thread has been viewed 2 times
  • 1.  Guest password and sponsor email fields

    Posted Jun 06, 2013 11:25 AM

    Hi

    In this period I’m using clear-pass ver 6.1.0.50961.

    I’m using the "guest self-registration".

     

    I have two basic needs:

     

    1)Change the type of password that clear-pass create. Now the password contain only number if it possible I wish that it contain also letter and symbol.

     

    2) in the field "sponsor email" I wish that the guest can only insert email that contain a specific word. For example the name of my company.

    So the guest cannot insert an invalid email for example the own mail address.

     

    I see that if I customize the field I can modify the method that is used to generate a password.
    I see this

    Initial Value:

    array (  'generator' => 'GLOBALS',)

    Value to initialize this field with when the form is first displayed.

     

    now.. How I can modify this in order to satisfy my needs?

     

    For the e-mail, I have seen something like this.. But I have the same problem, how can change the behavior of clear-pass in order to check that the sponsor's mail address contain name of my company?

     


    Thank you

    regards



  • 2.  RE: Guest password and sponsor email fields

    EMPLOYEE
    Posted Jun 06, 2013 11:57 AM
     array (
       'allow' =>
       array (
         'goodemail.com',
         'alsovalid.edu',
       ),
       'deny' =>
       array (
       ),
     )