You are here: Home support WiKID Documentation Center Installation How-tos How to configure pre-registration of users

How to configure pre-registration of users

WiKID offers a number of ways to register your users. The goal is to make it simple and secure. In addition to allowing users to register themselves based on You can pre-register users in bulk and then allow them to register their account based on a pre-shared secret.

First, you need to create a custom jw.properties file:

 

domainSuffix=wikidsystems.net
useIpBeforeDns=true
debug=false
trace=false
dedicatedDomainCode=994543673643
preRegistration=required
centerLogo=logo.png
defaultMinPin=6

Note that you can change the default DNS system and logo if you like.  You must enter the default domain and that preRegistration is required.

Please note that setting "dedicatedDomain" code makes the token a single-domain token. 

Create a text file of user names and shared-secrets.  The users will be asked for the shared-secret when they start their token client.  You need some secure method to get the shared secret to the uses.

Here's an example of the file format:

1234567890123456789012345,username1
0987654321-0000-xyz,username2.last
abcdefghij,username3@example.com

The DELIMITER can be a comma, space, or the tab character. These characters cannot appear in the preregistration code or the username.

comments powered by Disqus