Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hokumski/keycloak-verifyemailwithcode

Generates additional code for Verify Email action, allows to use both link from email, and generated code
https://github.com/hokumski/keycloak-verifyemailwithcode

Last synced: about 1 month ago
JSON representation

Generates additional code for Verify Email action, allows to use both link from email, and generated code

Lists

README

        

### Verify Email with Link or Code

This module copies "Verify Email" behaviour, but adds another option to verify with code.

## Setup
Update your theme with values from theme_directory files

Code format can be configured in keycloak.conf:
```yaml
spi-required-action-VERIFY_EMAIL_WITH_CODE-code_format=digits-6
```

##### Available formats:
- digits-N
- lower-N
- upper-N
- alphanum-N

### Settings

**IMPORTANT**: You must also disable "Profile Validation" execution in your Registration flow.
Add new action: Authentication > Required actions, click "Register" button and select "Verify Email with Code".
Then, disable default "Verify email" required action, and enable new "Verify Email with Code".