You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first setting up Cyborg Backup (CB), an administrative (super) user is set up that has no First or Last Name and subsequently displayed as "John Doe".
I can successfully change this (first) super-user's First and Last Name if I click on the person icon / John Doe label in the upper-right hand corner of the page and select "Profile" from the pop-down menu that appears.
However, if I navigate to Users -> List Users and choose to edit this (sole) user, setting the First Name and Last Name and then pressing the corresponding orange "Save" button yields a "Error on Update / [object Object]" error message and the account info remains unchanged.
The text was updated successfully, but these errors were encountered:
Well, my assessment may be incorrect, as I just encountered the same error via the Icon -> Profile method, which hasn't happened in previous testing.
In both cases I believe I had to log off and then back in and then immediately try via Icon -> Profile to get things to work (which just now again worked).
At any rate, there's clearly some minor "wonky" (strange) issue here.
The display information are stored in the JWT token and it's not updated when user is updated. Later I will move the user information on /me endpoint but temporarily I trigger a JWT update when current user is modified. It's already updated on develop branch.
When first setting up Cyborg Backup (CB), an administrative (super) user is set up that has no First or Last Name and subsequently displayed as "John Doe".
I can successfully change this (first) super-user's First and Last Name if I click on the person icon / John Doe label in the upper-right hand corner of the page and select "Profile" from the pop-down menu that appears.
However, if I navigate to Users -> List Users and choose to edit this (sole) user, setting the First Name and Last Name and then pressing the corresponding orange "Save" button yields a "Error on Update / [object Object]" error message and the account info remains unchanged.
The text was updated successfully, but these errors were encountered: