Hive Registration Management

Enable or disable user registration

  1. Edit file /opt/hw-bw/config/users.ini (root privileges required). Edit line and save the file:

    b.users.registration = off
    

    Possible values:

    • on to turn on registration;
    • off to turn off registration.
  2. To apply changes, run the following command (root privileges required):

    /opt/hw-bw/bin/reconfig
    

Enable or disable user confirmation

Use this option only if user registration is turned on (b.users.registration = on).

  1. Edit file /opt/hw-bw/config/users.ini (root privileges required). Edit line and save the file:

    b.users.confirmation = manual
    

    Possible values:

    • auto - automatic confirmation of registered user;
    • manual - manual confirmation of registered user (by administrator).
  2. To apply changes, run the following command (root privileges required):

    /opt/hw-bw/bin/reconfig
    

See also