Skip to content

Commit

Permalink
added email addresses to both users in the realm
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 30, 2015
1 parent d6372f8 commit dff8c84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distro/data/src/main/resources/data/apiman-realm.json
Expand Up @@ -19,7 +19,7 @@
{
"username" : "admin",
"enabled" : true,
"email" : "",
"email" : "admin@example.org",
"firstName" : "apiman",
"lastName" : "admin",
"credentials" : [
Expand All @@ -36,9 +36,9 @@
{
"username" : "apimanager",
"enabled" : true,
"email" : "",
"firstName" : "apiman",
"lastName" : "publisher",
"email" : "apimanager@example.org",
"firstName" : "api",
"lastName" : "manager",
"credentials" : [
{
"type" : "password",
Expand Down

0 comments on commit dff8c84

Please sign in to comment.