From 4f5d7a0fc6a259f96b53a83509949a6b006b4845 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Wed, 8 Nov 2017 08:56:50 +0100 Subject: [PATCH] Fix: s/regisration/registration/ (#223) --- server_development/topics/auth-spi.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_development/topics/auth-spi.adoc b/server_development/topics/auth-spi.adoc index 3e454f6e13..7444f8aae7 100644 --- a/server_development/topics/auth-spi.adoc +++ b/server_development/topics/auth-spi.adoc @@ -530,7 +530,7 @@ Your new required action should now be displayed and enabled in the required act === Modifying/Extending the Registration Form -It is entirely possible for you to implement your own flow with a set of Authenticators to totally change how regisration is done in Keycloak. +It is entirely possible for you to implement your own flow with a set of Authenticators to totally change how registration is done in Keycloak. But what you'll usually want to do is just add a little bit of validation to the out of the box registration page. An additional SPI was created to be able to do this. It basically allows you to add validation of form elements on the page as well as to initialize UserModel attributes and data after the user has been registered.