summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/data/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/accounts')
-rw-r--r--sca-cpp/trunk/hosting/server/data/accounts/jane@localhost/user.account1
-rw-r--r--sca-cpp/trunk/hosting/server/data/accounts/jane@sca-store.com/user.account1
-rw-r--r--sca-cpp/trunk/hosting/server/data/accounts/john@localhost/user.account1
-rw-r--r--sca-cpp/trunk/hosting/server/data/accounts/john@sca-store.com/user.account1
4 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/accounts/jane@localhost/user.account b/sca-cpp/trunk/hosting/server/data/accounts/jane@localhost/user.account
new file mode 100644
index 0000000000..5fca389f04
--- /dev/null
+++ b/sca-cpp/trunk/hosting/server/data/accounts/jane@localhost/user.account
@@ -0,0 +1 @@
+((entry (title "Jane Doe") (id "jane@localhost")))
diff --git a/sca-cpp/trunk/hosting/server/data/accounts/jane@sca-store.com/user.account b/sca-cpp/trunk/hosting/server/data/accounts/jane@sca-store.com/user.account
new file mode 100644
index 0000000000..e0d25671b6
--- /dev/null
+++ b/sca-cpp/trunk/hosting/server/data/accounts/jane@sca-store.com/user.account
@@ -0,0 +1 @@
+((entry (title "Jane Doe") (id "jane@sca-store.com") (content (account (description "This is Jane") (keys (key (((@name "key1") (@value "value1")) ((@name "key2") (@value "value2")) ((@name "key3") (@value "value3")) ((@name "") (@value "")) ((@name "") (@value ""))))))))) \ No newline at end of file
diff --git a/sca-cpp/trunk/hosting/server/data/accounts/john@localhost/user.account b/sca-cpp/trunk/hosting/server/data/accounts/john@localhost/user.account
new file mode 100644
index 0000000000..35d6f30f0b
--- /dev/null
+++ b/sca-cpp/trunk/hosting/server/data/accounts/john@localhost/user.account
@@ -0,0 +1 @@
+((entry (title "John Doe") (id "john@localhost")))
diff --git a/sca-cpp/trunk/hosting/server/data/accounts/john@sca-store.com/user.account b/sca-cpp/trunk/hosting/server/data/accounts/john@sca-store.com/user.account
new file mode 100644
index 0000000000..273335e1c7
--- /dev/null
+++ b/sca-cpp/trunk/hosting/server/data/accounts/john@sca-store.com/user.account
@@ -0,0 +1 @@
+((entry (title "John Doe") (id "john@sca-store.com") (content (account (description "This is John") (keys (key (((@name "key1") (@value "value1")) ((@name "key2") (@value "value2")) ((@name "key3") (@value "value3")) ((@name "key4") (@value "value4")) ((@name "key5") (@value "value5"))))))))) \ No newline at end of file