From: Krzysztof B. <kb...@un...> - 2017-01-19 09:07:35
|
Dear Willem, W dniu 19.01.2017 o 10:02, Willem Elbers pisze: > Dear Krzysztof, > > is it possible to skip the list of registration forms when clicking the > "Register new account" link in "/home/home"? > > We would like to have multiple registration forms, however the "register > new account" link should always open one form and the other forms will > be managed via invitations or by distributing public links. Yes, it is easily possible. See 13.1 section in documentation, i.e. in endpoint config you will need something like: unity.endpoint.web.enabledRegistrationForms.1=yourEnabledForm If there is only one allowed form for endpoint, then there shouldn't be the selector dialog - immediatelly the only available registration should pop up. HTH Krzysztof |