From 31285d36a9e121e13f964605fb76df4d14bd4ed5 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 9 Sep 2014 09:56:34 +0200 Subject: [PATCH] Change all used passwords and secrets to 'secretsecret' Change-Id: I7374595e0f6ab50c0a004b6de9f7c2896f7c2fbc Partial-Bug: #1372639 --- v2.0/src/samples/credentials.xml | 2 +- v3/src/markdown/identity-api-v3.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/v2.0/src/samples/credentials.xml b/v2.0/src/samples/credentials.xml index 8efa9f2e..b4e462f2 100644 --- a/v2.0/src/samples/credentials.xml +++ b/v2.0/src/samples/credentials.xml @@ -1,5 +1,5 @@ - + diff --git a/v3/src/markdown/identity-api-v3.md b/v3/src/markdown/identity-api-v3.md index c3280a09..41021e8a 100644 --- a/v3/src/markdown/identity-api-v3.md +++ b/v3/src/markdown/identity-api-v3.md @@ -1382,7 +1382,7 @@ sufficient to uniquely identify the `user`. Example request: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } } @@ -1404,7 +1404,7 @@ be specified in order to uniquely identify the `user`. Example request: "id": "1789d1" }, "name": "Joe", - "password": "secrete" + "password": "secretsecret" } } } @@ -1426,7 +1426,7 @@ Example request: "name": "example.com" }, "name": "Joe", - "password": "secrete" + "password": "secretsecret" } } } @@ -1471,7 +1471,7 @@ uniquely identify a `project`. Example request: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1495,7 +1495,7 @@ also be specified in order to uniquely identify the `project`. Example request: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1522,7 +1522,7 @@ Alternatively, a `domain` `name` may be used to uniquely identify the "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1549,7 +1549,7 @@ equivalent results. Example request specifying a domain by `id`: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -1572,7 +1572,7 @@ Example request specifying a domain by `name`: "password": { "user": { "id": "0ca8f6", - "password": "secrete" + "password": "secretsecret" } } }, @@ -2907,7 +2907,7 @@ Request: "email": "jdoe@example.com", "enabled": true, "name": "James Doe", - "password": "chang3me" + "password": "secretsecret" } } @@ -2974,8 +2974,8 @@ Request: { "user": { - "password": "chang3me", - "original_password": "secrete" + "password": "old_secretsecret", + "original_password": "secretsecret" } }