-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No option to "Edit" Account instead of Remove/Add New #6376
Comments
@konisolde Thank for very much for your feedback! What is your use case? ownCloud server admin changes the URL of an ownCloud instance?
|
@michaelstingl :) Hope I formulated clearly and included all the pertinent information needed. UC: Yes, Server Admin changes the URL of an ownCloud instance and then the users have to update the account information to continue syncing to desktop (and mobile) clients. As updating/editing is not possible within the Account options, it is then necessary to setup a new account and go through all initial steps required. It's not a huge issue - except that I have quite a lot of data to sync, so my desktop client is going to take over 12 hrs. to sync everything. I can easily go through the web client in the meantime, but it would simplify things if there were additional options to edit the account. I use ownCloud every day - and especially the desktop client! :) |
BTW, it might be nice to add "What's your use case?" to the text when opening a new Issue. Totally forget to add this on my own. |
For yo Linux guys and gals:
|
Hello, and with the 2.4.0 version ? @konisolde |
@settermjd Maybe we need a small paragraph here that it is possible to change the username or URL? |
Our recommended (and supported) way to change the server URL is to set up a 301/302 redirection on the old location. The client will then adjust to the new one. Linking here these 2 posts from central - if the above falls out of the user's hands (since setting up a redirection is the task of the server admin); editing the |
@michaelstingl @konisolde forgot to mention this one is only available after 2.4.0 (that's probably why the URL was not auto-adjusted even though the redirection was in place). |
@SamuAlfageme The redirect is now in place in @konisolde 's case to ease the transition. |
@glannes31 - see comment from SamuAlfageme. Have not tested myself. |
note that changing the url or the username would break all the existing folder if pointing to a different server or username. Because all the file etags will be different, everything will be re-downloaded again. (or removed if the files are not on the server) The use case in which the user have to change the URL and that there is no server redirection is too seldom that we add an option in the UI for that. |
@ogoffart will the one-liner from #6376 (comment) also break thing like you describe? I don't think that etags got changed at all. |
@jnweiger : Yes. It will break if you make it point to a different server. In this case it is fine because s3.owncloud.com is the same server as cloud.owncloud.com. But it is also unnecessary since there is a redirection between the two (although being a P.S.: the path to the config you gave is only valid from 2.5. In 2.4 and before, the config file was in |
FYI @ogoffart i think this is about the SAME server getting a different URL or a new server restored from the same backup(=same etags, fileids etc) |
@guruz I know that. But then, the server admin should set a redirect up, and no need to have an option to edit the account. If we have an option that allow to change the account URL, it will be abused to change to another server. I understand there might be cases where you want to change the URL and a redirection is not possible. (eg: the domain for the server was stolen or lost). Do we really need to care about that? |
No, we don't. @settermjd can add this to the FAQ in the doc. (e.g. either setup redirect or edit cfg) |
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Steps to reproduce
Server configuration
Operating system: Windows
Web server: Apache
Database: MariaDB (or MySQL)
PHP version: current
ownCloud version: 10.0.4
Storage backend (external storage):
Client configuration
Client version: 2.3.3 (build 8250)
Operating system: Windows 10 Pro
OS language: English
Qt version used by client package (Linux only, see also Settings dialog):
Client package (From ownCloud or distro) (Linux only):
Installation path of client:
Logs
Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.
Template for output < 10 lines
Client logfile: Output of
owncloud --logwindow
orowncloud --logfile log.txt
(On Windows using
cmd.exe
, you might need to firstcd
into the ownCloud directory)(See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )
Web server error log:
Server logfile: ownCloud log (data/owncloud.log):
The text was updated successfully, but these errors were encountered: