# Set up password after email verification

**URL:** https://forum.keycloak.org/t/set-up-password-after-email-verification/8862
**Category:** Getting advice
**Created:** [May 3, 2021, 3:22pm UTC](https://forum.keycloak.org/t/set-up-password-after-email-verification/8862 "2021-05-03T15:22:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lordvlad](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/lordvlad/32/2280_2.png) [@lordvlad](https://forum.keycloak.org/u/lordvlad)
#### Post date: [May 3, 2021, 3:22pm UTC](https://forum.keycloak.org/t/set-up-password-after-email-verification/8862/1 "2021-05-03T15:22:44Z")

</div>

Hey there,

I was wondering if there is any way to setup a registration process that only asks for a password _after_ the email has been confirmed:

1. user registers with email _only_
2. user receives verification email
3. verification email takes user to update password form

I’m sure I can implement this via the API, but I’d prefer a keycloak only solution. Looking forward to your suggestions

---

<div class="post-metadata">

### Author: ![xgp](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/xgp/32/2589_2.png) [@xgp](https://forum.keycloak.org/u/xgp)
#### Post date: [May 3, 2021, 7:22pm UTC](https://forum.keycloak.org/t/set-up-password-after-email-verification/8862/2 "2021-05-03T19:22:54Z")

</div>

I don’t think there’s a way to do it with keycloak defaults. I believe you’d have to customize `RegistrationProfile` and `RegistrationUserCreation` in the registration flow to create a user without a password. Then add verify email and update password required actions.

---

<div class="post-metadata">

### Author: ![abogacki](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/abogacki/32/3768_2.png) [@abogacki](https://forum.keycloak.org/u/abogacki)
#### Post date: [August 26, 2021, 7:25am UTC](https://forum.keycloak.org/t/set-up-password-after-email-verification/8862/3 "2021-08-26T07:25:23Z")

</div>

Hi,  
Sorry for digging up relatively old thread, but I’ve got a quick question to @lordvlad. Have you managed to set up email only registration? It is crucial requirement for me, and I am wondering whether it is doable. Thanks 🙂

---

<div class="post-metadata">

### Author: ![lordvlad](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/lordvlad/32/2280_2.png) [@lordvlad](https://forum.keycloak.org/u/lordvlad)
#### Post date: [September 1, 2021, 9:38pm UTC](https://forum.keycloak.org/t/set-up-password-after-email-verification/8862/4 "2021-09-01T21:38:38Z")

</div>

Quite sure its doable, but I did not tackle that issue, instead we pivoted and adapted the requirement. But seeing what’s doable using a variety of Keycloak SPIs in other places, I’m sure its doable.
