From 1ab95506c181fdfa9d77d8d2da867bef1d3a2f13 Mon Sep 17 00:00:00 2001 From: stianst Date: Tue, 5 Dec 2017 10:59:01 +0100 Subject: [PATCH] KEYCLOAK-5734 --- server_admin/topics/users/user-registration.adoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/server_admin/topics/users/user-registration.adoc b/server_admin/topics/users/user-registration.adoc index 2a014bc1c2..485243ff88 100644 --- a/server_admin/topics/users/user-registration.adoc +++ b/server_admin/topics/users/user-registration.adoc @@ -3,7 +3,12 @@ === User Registration You can enable {project_name} to allow user self registration. When enabled, the login page has a registration -link the user can click on to create their new account. Enabling registration is pretty simple. Go to the +link the user can click on to create their new account. + +When user self registration is enabled it is possible to use the registration form to detect valid usernames and emails. +To prevent this enable <<_recaptcha,reCAPTCHA Support>>. + +Enabling registration is pretty simple. Go to the `Realm Settings` left menu and click it. Then go to the `Login` tab. There is a `User Registration` switch on this tab. Turn it on, then click the `Save` button. @@ -22,6 +27,4 @@ and a new password. image:{project_images}/registration-form.png[] You can change the look and feel of the registration form as well as removing or adding additional fields that must be entered. -See the link:{developerguide_link}[{developerguide_name}] for more information. - - +See the link:{developerguide_link}[{developerguide_name}] for more information. \ No newline at end of file