From 836a4116373a69f6dbe9e909780403c5971fa390 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Aug 2010 08:17:22 +0000 Subject: [PATCH] README: note config.yml is lazily created Based on the experiences of a real user. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 9999479..742a55b 100644 --- a/README +++ b/README @@ -10,6 +10,8 @@ instead of authenticating through HTTP/HTTPS. 4. Login using your OpenID (on the consumer) - you should be redirected to your local-openid application 5. edit ~/.local-openid/config.yml on your server to approve the consumer + This config file is only created after the consumer makes a successful + request to your server. 6. Reload the local-openid page your browser was on. - you should be logged in to the OpenID consumer site - If not, check the error log (usually stderr) of local-openid -- 2.11.4.GIT