summaryrefslogtreecommitdiff
path: root/classes/stoica.ini
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-18 01:26:38 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-18 01:26:38 -0400
commit252c4098c4910ec2fc20feb9f1c1f92ada129b04 (patch)
tree1fc6e898e763b3e9caaf05a03077c7a5a9ad6826 /classes/stoica.ini
parent111bab65b4a01fdd4fd9d1302a79692941021d50 (diff)
finish openid
Added some code to make finishing the OpenID login work. Changed the OID storage so that there's a "canonical" URL and a display URL. This is because of i-names, which is annoying. If the login succeeds, we try to find a local user associated with the canonical URL. If they don't exist, we let the user either create a new account, or login to an existing account and connect to it. A totally unrelated change is that the DB engine now uses InnoDB. darcs-hash:20080618052638-84dde-909e51dbd5b9eadadf18cd010868baa18ea2349a.gz
Diffstat (limited to 'classes/stoica.ini')
-rw-r--r--classes/stoica.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/classes/stoica.ini b/classes/stoica.ini
index 0f7675e06..26fa400f3 100644
--- a/classes/stoica.ini
+++ b/classes/stoica.ini
@@ -117,11 +117,13 @@ email = U
uri = U
[user_openid]
-url = 130
+canonical = 130
+display = 130
user_id = 129
created = 142
modified = 384
[user_openid__keys]
-url = K
+canonical = K
+display = U
user_id = U