diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-22 11:50:28 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-22 11:50:28 -0400 |
commit | b19c86bd0065ee3a13ced9be3244d8dc007d2ee6 (patch) | |
tree | 942f786a577f3ab83034bf798512cfdcee4e9970 /classes/stoica.ini | |
parent | 695ad02bdbc03150e8f7f5ebf74fa043f16b3257 (diff) |
change Confirm_email to Confirm_address
darcs-hash:20080622155028-34904-4861ffd6927b05c35614b1ce8c51eec73e0bc9ac.gz
Diffstat (limited to 'classes/stoica.ini')
-rw-r--r-- | classes/stoica.ini | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/classes/stoica.ini b/classes/stoica.ini index 3745697d5..d5f758c8c 100644 --- a/classes/stoica.ini +++ b/classes/stoica.ini @@ -16,13 +16,14 @@ width = K height = K url = U -[confirm_email] +[confirm_address] code = 130 user_id = 129 -email = 130 +address = 130 +address_type = 130 modified = 384 -[confirm_email__keys] +[confirm_address__keys] code = K [consumer] @@ -115,6 +116,8 @@ id = 129 nickname = 2 password = 2 email = 2 +jabber = 2 +sms = 2 uri = 2 created = 142 modified = 384 @@ -123,6 +126,8 @@ modified = 384 id = K nickname = U email = U +jabber = U +sms = U uri = U [user_openid] |