Index: /branches/release-38/default_templates/signin.mtml
===================================================================
--- /branches/release-38/default_templates/signin.mtml (revision 2386)
+++ /branches/release-38/default_templates/signin.mtml (revision 2392)
@@ -23,6 +23,10 @@
         var url;
         if (u.is_authenticated) {
-            url = '<$mt:CGIPath$><$mt:CommentScript$>?__mode=edit_profile&blog_id=<$mt:BlogID$>';
-            url += '&static=' + escape( location.href );
+            if (u.is_author) {
+                url = '<$mt:CGIPath$><$mt:CommentScript$>?__mode=edit_profile&blog_id=<$mt:BlogID$>';
+                url += '&static=' + escape( location.href );
+            } else {
+                url = u.url;
+            }
         } else if (u.url) {
             url = u.url;
