Apiary Registration Management

Enable or disable user registration

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

    f.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-fh/bin/reconfig
    

Enable or disable user confirmation

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

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

    f.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-fh/bin/reconfig
    

See also