diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-12 20:12:00 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-12 20:12:36 -0500 |
commit | ed690615de8f6433a1a4d9a8fc7c28385af47d8a (patch) | |
tree | 62ad14f1af970f1fe3de55a5c732011128056f10 /classes/statusnet.ini | |
parent | cefbad0159c6be0aa6e75c85dd2e4b9f1e412116 (diff) |
Added a User_username table that links the external username with a StatusNet user_id
Added EmailAuthenticationPlugin
Added ReverseUsernameAuthenticationPlugin
Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname
User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
Diffstat (limited to 'classes/statusnet.ini')
-rw-r--r-- | classes/statusnet.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/classes/statusnet.ini b/classes/statusnet.ini index 912d05cdf..19ab7bf97 100644 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -566,3 +566,13 @@ modified = 384 user_id = K token = K +[user_username] +user_id = 129 +provider_name = 130 +username = 130 +created = 142 +modified = 384 + +[user_username__keys] +provider_name = K +username = K |