EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 4 forks source link

Fix additional user creation #239

Closed dmohns closed 3 months ago

dmohns commented 3 months ago

Currently additional user creation fails. The User object in tenant db is created but the duplicated entry in DatabaseProxy is not. Hence the user cannot log in.

This PR fixes the issue.