Now logging in with Red zaccount/zentity instead of Friendica user. Yay. Most existing Friendica functionality is now stuffed since the Red structures are quite different.

This commit is contained in:
friendica
2012-08-27 21:17:46 -07:00
parent 8c3c3d5fd7
commit 7fad83cea4
13 changed files with 218 additions and 159 deletions

View File

@@ -73,7 +73,11 @@ function zentity_post(&$a) {
return;
}
return;
if(! strlen($next_page = get_config('system','workflow_identity_next')))
$next_page = 'settings';
goaway(z_root() . '/' . $next_page);
}