]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added User::singleUserNickname() as (temporary?) fallback for single-user lookup...
authorBrion Vibber <brion@pobox.com>
Mon, 6 Dec 2010 20:39:09 +0000 (12:39 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 6 Dec 2010 20:39:09 +0000 (12:39 -0800)
commit76f3dc32e0e1aa933931b7cc59030ae20bb4f89b
tree8ad6d443ac6a46ccd50b9fab00c3a095473c89de
parentb4fc54c308936477706acb5cc3c4acae4c3f3a4d
Added User::singleUserNickname() as (temporary?) fallback for single-user lookup as a workaround for site setup of 1user sites. We found that an external tool attempting to spin up StatusNet and then register the user would fail because StatusNet's router setup dies on being unable to find its single-user account, since the nickname is needed in setting up routing entries. This tweak will let it survive, using the configured setting as a fallback if it can't actually find the user account.
classes/User.php
lib/router.php
lib/util.php