≡ Team and Users
Team collaboration
Datazenit is built to make team collaboration easier by supporting multi-user environment and allowing connections to be shared.
New users and signup approval
Multiple users can use single Datazenit instance. Each user can create their own connections and access all shared connections that are available for the team. By default all new users needs to be approved by an administrator.
Signup approval can be enabled/disabled using conf/application.conf
file. At the end of
application.conf add or change the following setting:
# When set to true administrator will have to approve any new users.
app.signup_approval=true
Datazenit needs to be restarted for the changes to take effect.