Skip to content

Commit

Permalink
strings sample: add user passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Feb 16, 2017
1 parent d19b98a commit 66dc6fc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/story/src/test/resources/strings/users/bob.xml
Expand Up @@ -26,4 +26,9 @@
<fullName>Ghost Pirate Bob</fullName>
<givenName>Bob</givenName>
<emailAddress>bob@evolveum.com</emailAddress>
<credentials>
<password>
<value>a123456</value>
</password>
</credentials>
</user>
5 changes: 5 additions & 0 deletions testing/story/src/test/resources/strings/users/carla.xml
Expand Up @@ -34,4 +34,9 @@
<fullName>Carla the Swordmaster</fullName>
<givenName>Carla</givenName>
<emailAddress>carla@evolveum.com</emailAddress>
<credentials>
<password>
<value>a123456</value>
</password>
</credentials>
</user>
5 changes: 5 additions & 0 deletions testing/story/src/test/resources/strings/users/guybrush.xml
Expand Up @@ -33,4 +33,9 @@
<givenName>Guybrush</givenName>
<familyName>Threepwood</familyName>
<emailAddress>guybrush@evolveum.com</emailAddress>
<credentials>
<password>
<value>a123456</value>
</password>
</credentials>
</user>
5 changes: 5 additions & 0 deletions testing/story/src/test/resources/strings/users/lechuck.xml
Expand Up @@ -28,4 +28,9 @@
<fullName>Captain LeChuck</fullName>
<familyName>LeChuck</familyName>
<emailAddress>lechuck@evolveum.com</emailAddress>
<credentials>
<password>
<value>a123456</value>
</password>
</credentials>
</user>

0 comments on commit 66dc6fc

Please sign in to comment.