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

registration token

This thread has been viewed 6 times
  • 1.  registration token

    Posted Jan 23, 2015 02:05 PM

    Hi,

     

    I am trying to setup a registration token field in a self-registration page but am having difficulty getting it to work so any advice would be appreciated.

     

    Basically I have added a field using the prebuilt register_token field and set the validator to "IsIdentical"  and set the registration word in "Validator Argument " box but it is not working so I guess I am doing it wrong.

     

    thanks

     

    reg_form.JPG

    valid_param.JPG

     

     

    reg_token.JPG



  • 2.  RE: registration token
    Best Answer

    Posted Jan 23, 2015 02:51 PM

    I don't think the register_token field is what you want to use, that is a field used by the system .   Are you just looking for the user to supply some sort of predefined "code word" to be granted access?

     

    Try creating a new field and adding it to your form:

     

    Field Type: string

    Name: code_word

    User interface: Text Field

    Label: Enter Secret Code

    Field Required: yes

    Validator: IsEqual

    Validator Argument: "your code word"

     

     

     



  • 3.  RE: registration token

    Posted Jan 23, 2015 03:04 PM

    Thanks thats done the trick :)

     

     



  • 4.  RE: registration token

    Posted Dec 23, 2019 08:59 AM

    Possible to have  this code word change or be random at the start of each day or meeting?


    @clembo wrote:

    I don't think the register_token field is what you want to use, that is a field used by the system .   Are you just looking for the user to supply some sort of predefined "code word" to be granted access?

     

    Try creating a new field and adding it to your form:

     

    Field Type: string

    Name: code_word

    User interface: Text Field

    Label: Enter Secret Code

    Field Required: yes

    Validator: IsEqual

    Validator Argument: "your code word"