Situation
Let's add an account using a placeholder username:
python -m nxdrive bind-server --password "azerty" --local-folder "$HOME/Nuxeo Drive" "foo" "http://localhost:8080/nuxeo"
As seen on the screenshot 1, all is fine and Drive is asking for credentialls update.
The user will click on the link to update credentials, fill the real username and password and validate.
Then, as seen on the screenshot 2, the username will not be updated in the GUI. After investigations, the username is neither updated in the database. So even after restarting the app, the username will remain obsolete.
Fix
- Update the username in the database (critical).
- Update the GUI with up-to-date usernames (less critical, a restart of the app will work when the fix 1 will be done).
- Is referenced in
- links to