-
Notifications
You must be signed in to change notification settings - Fork 187
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
Cannot login after PR #1390 #1569
Comments
@IljaN I did not think about this when I did the review :-( |
If no custom accounts were manually added you can run |
@IljaN @C0rby Minimal non destructive migration method: Find file in This can be done with following command: {"id":"xxxxxxxxxxxxxxxx","accountEnabled":true,"displayName":"Kopano Konnectd","preferredName":"konnectd","uidNumber":"10000","gidNumber":"15000","mail":"[email protected]","passwordProfile":{"password":"$2a$11$ntoTP2W/kyQIuoYpH5mRBuNzaEERYWSwn/zCsY5rtffen4d41y9.6"},"memberOf":[{"id":"34f38767-c937-4eb6-b847-1c175829a2a0"}],"onPremisesSamAccountName":"konnectd"} In this file:
|
Describe the bug
When updating a pre #1390 oCIS (eg. v1.1.0) to a post #1390 oCIS (eg. latest), you can not login in oCIS web.
This seems to be due the missing "idp" system user which should replace the "konnectd" system user
Steps to reproduce
Steps to reproduce the behavior:
/var/tmp/ocis
(fully reset oCIS) and you can log in againExpected behavior
An automatic migration should happen or at least the user must be informed about that breaking change and the manual migration steps. This must be prominently placed in the changelog.
Actual behavior
User cannot log in anymore. There is no information that this will happen and how to resolve it
Setup
Affects all seupts
Additional context
The text was updated successfully, but these errors were encountered: