upb-uc4 / lagom-core

Repository for the micro service backend using lagom.
Apache License 2.0
6 stars 0 forks source link

Login with non existing user #464

Closed bastihav closed 3 years ago

bastihav commented 3 years ago

Even though they are not seeded, I can login with student:student and lecturer:lecturer.

A get all users as an admin reveals, that they do not exist!

lrschaef commented 3 years ago

The problem is, that they are seeded in the Authentication database. Removing student and lecturer from the database seeding fixes that problem.