From: Krzysztof B. <kb...@un...> - 2018-11-18 18:40:36
|
Hi, W dniu 16.11.2018 o 13:39, Sander Apweiler pisze: > Hi Krzysztof, > > On Fri, 2018-11-16 at 10:53 +0100, Krzysztof Benedyczak wrote: >> Hi Sander, >> >> W dniu 15.11.2018 o 14:31, Sander Apweiler pisze: >>> Hi Krzysztof, >>> >>> at the moment I'm testing unity 2.7.2. I have enabled different >>> kind of >>> authenticators, one of the are local accounts with username >>> password. I >>> have enabled the user registration on userhome too (see >>> userhome.properties config below), but the link "Register a new >>> account" from previous versions is not available on the userhome. >>> Is >>> this behaviour intended? >>> >> And do you have a *public* registration form defined? Also it would >> be a >> good practice to enumerate on the home endpoint which of the public >> forms should be enabled there. > Yes I have three public registration forms (oauth client, username > password and certificate). If I use the URL in the browser, I get the > form. But the link "Register a new account" on endpoint is missing. ah, sorry, forgot about one thing. Now there are two ways to show registration links: either in header as before or among sign-in options as button. To enable the former you need to set: unity.endpoint.web.showRegistrationFormsInHeader=true I'll change the default to true so it is less confusing. Best, Krzysztof |