解決策はlogcatからのログにあります:
04-04 18:38:47.596: E/AndroidRuntime(413): android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
ユーザー/パスワードの投稿は機能しています。 「真の」応答は問題なく取得されますが、スレッドの外部で作成されたビューでラベルなどを設定しようとします。それはノーノーです。
result.setText("Login successful");
他のスレッドからのビューを更新する方法については、スレッド/プロセスに関するAndroid SDKドキュメントを参照してください: http://developer.android.com/guide/components/processes-and-threads.html