GNOME Bugzilla – Bug 554156
FTP password prompt dialog does not display FTP name
Last modified: 2008-10-16 13:24:37 UTC
Please describe the problem: Hi, when I try to log in to FTP server, my username in the UI gets dropped during login process. I attach a video that describes my problem, username is switched to "ftp" instead of what I wrote. Steps to reproduce: Please look at http://launchpadlibrarian.net/17781106/out.ogg Actual results: There's "ftp" instead of my username.. Expected results: There should be proper username. Does this happen every time? Yes Other information: Ubuntu 8.04, (almost) fresh install, updated.
This bug is related to https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/272522
Confirming, reassigning to GVFS. We use the wording "ftp as foo on bar" as the connection's display name, but "ftp on bar" for the login dialog prompt - this can be fixed in gvfsbackendftp.c:do_mount(). Adding gnome-love keyword.
Created attachment 120506 [details] [review] add username to ftp login dialog
Thats not quite correct. We should only add the username if has_initial_user is set.
2008-10-16 Alexander Larsson <alexl@redhat.com> * daemon/gvfsbackendftp.c: (do_mount): Show username in auth dialog if specified in uri (#554156)
This commit broke the string freeze.