LearnLib / alex

Automata Learning EXperience (ALEX) - A free and open-source web application for testing and learning web applications via active automata learning

Home Page:https://learnlib.github.io/alex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: A user with the email already exists

Benuhx opened this issue · comments

I've updated my local Alex Enviroment to the latest Docker-Version from learnlib/alex:unstable avaibale at 26.11.2019 23:00 Uhr.

After the update Alex fails to start with an exception:
"javax.validation.ValidationException: A user with the email already exists"

After i deleted the alex docker-volume the error was "fixed". However this is a bug in the current Alesx-Version. I've never created an User manually.

Full Exception and Stack Trace:
logs.txt

Sorry this happend, user roles where not migrated correctly in one of the last commits which resulted in all admins to be normal users, thus your error. It was fixed in 6eb973c. You can also fix this manually in your database by setting the value for role to 2 for all admin users and to 1 for all non admin users in the table users.