-
Hi there,
I changed Users E-Mail address, that's the issue. Is there any official way what to do after User E-Mail change to be able to login in Cloudron? This I see in LOG-File:
May 07 07:40:13 {"error":"User authentication lukas already exists for 00f6e952-e12b-44e5-a258-3d28bf821cdd, tried to assign to 24ec7478-e99f-49fa-a5c6-63f1479887b3","level":"error","message":"Error during authentication","stack":"Error: User authentication lukas already exists for 00f6e952-e12b-44e5-a258-3d28bf821cdd, tried to assign to 24ec7478-e99f-49fa-a5c6-63f1479887b3\n at userProvisioner (/app/code/build/server/commands/userProvisioner.js:55:13)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async accountProvisioner (/app/code/build/server/commands/accountProvisioner.js:74:12)"}
Regards
Lukas -
-
-
Outline upstream uses email ids to track users and does not use usernames (despite Cloudron OIDC setting the
sub
claim tousername
). When the email changes, it thinks that this is a new user. Unfortunately, there is no way to fix this since this is how upstream app is implemented. -