Steps
- Check out v9.1.5RC2
- Create a user "user1"
- As admin, set an email address to that user. (need to unhide the column in the users page)
- Upgrade to master / 10.0 (ran
occ upgrade)
- Go to users page
- Run
occ user:sync 'OC\User\Database' (very unintuitive btw, needs shortcuts)
- Go to users page
Expected result
Email address still visible
Actual result
Email address is missing.
oc_accounts has NULL in the email field and the email is still present in oc_preferences.
Versions
OC 10.0 beta2
@DeepDiver1975 please have a look, loss of user info
Not sure if the sync is required here, but if it is then it might be nice to either run it for database users directly as part of the first upgrade or add a hint in the output.