Skip to content

Commit

Permalink
KEYCLOAK-1074 - Allow registration with email as username (without
Browse files Browse the repository at this point in the history
username as separate field)
  • Loading branch information
velias committed Mar 12, 2015
1 parent d296d48 commit 21b4f9a
Show file tree
Hide file tree
Showing 24 changed files with 8,563 additions and 8,180 deletions.
Expand Up @@ -93,6 +93,7 @@

<addColumn tableName="REALM">
<column name="LOGIN_LIFESPAN" type="INT"/>
<column name="REGISTRATION_EMAIL_AS_USERNAME" type="BOOLEAN" defaultValueBoolean="false"/>
</addColumn>
</changeSet>
</databaseChangeLog>

0 comments on commit 21b4f9a

Please sign in to comment.