Closed lprichar closed 2 years ago
If you delete the database and restart the app, then it seeds the system with two user accounts called default.
default
There should be only one admin user called default
electionguard-db
{{mediator-url}}/api/{{version}}/auth/login
{{mediator-url}}/api/{{version}}/user/find?skip=0&limit=100
{"filter": {} }
Expected: one user Actual: two users
- OS:
No response
This will not be worked or considered for 1.0. A new issue will be created if needed in the future.
Is there an existing issue for this?
Current Behavior
If you delete the database and restart the app, then it seeds the system with two user accounts called
default
.Expected Behavior
There should be only one admin user called default
Steps To Reproduce
electionguard-db
{{mediator-url}}/api/{{version}}/auth/login
){{mediator-url}}/api/{{version}}/user/find?skip=0&limit=100
with an empty filter{"filter": {} }
Expected: one user Actual: two users
Environment
Anything else?
No response