Project

General

Profile

Feature #966

Updated by Martin Ledvinka almost 5 years ago

As a system administrator, I want to It should be able possible to deploy the application with disable registration of new users available only to administrators. 

 The switch between anyone can register vs. only admin can add new users should be configurable. 

 _Note that user management currently has no UI, co admin-based user registration would have to be done via direct calls to users. Enforcement from the REST API._ 

 Acceptance criteria: 
 * System server is optional. Choose appropriate option for the configuration allows switching between admin-only and free-for-all registration setting 
 * This switch can require system restart 
 * When in admin-only mode, link to registration is not shown on login page 
 * When in admin-only mode, registration on backend enforces that only administrator can add new user 
 * Tested (e.g. through variable within JS source code, deployment parameter, parameter within a configuration file).

Back