Code mentions a class called PasswordHash but doesn’t define it and it’s also not a composer dependency. I think I’ve seen this class before and it’s really old and should not be used anymore.
Code mentions a class called DbAccess but doesn’t define it and it’s also not a composer dependency, it also doesn’t mention what the database should look like anywhere
Code assumes jQuery is installed but doesn’t mention this
Code uses something called PasswordDidi but doesn’t require this anywhere
There is commented out code - that has no place in a git repository
There are no tests
In short, this needs a lot of work to be open sourced in any way.