codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.54k stars 341 forks source link

Bugs and unexpected behaviour on user management #164

Closed vchain-us-mgmt closed 4 years ago

vchain-us-mgmt commented 4 years ago

The following bugs were identified while testing immuadmin user command: 1) on Linux when immudb is started as a normal process the command "./immuadmin user --create ": it creates a user with a password instead of requesting the user to type in his password. This is the expected behavior for admin users, not for additional users 2) On Linux when immudb is started as a service the command "./immuadmin user --create ": the command fails 3) On Windows the command "./immuadmin user --create " fails both when immudb is started as a service or as a background process 4) "immuadmin user immu change-password" is not working 5) "immuadmin login immu" the password is going to the new line, like if the user has already entered the password

padurean commented 4 years ago
padurean commented 4 years ago

@vchain-us-mgmt Please re-test again all the flow with feature branch fix/user-management (not merged yet into master).