Closed frederickjh closed 4 years ago
I have not tried this but I am guessing if you were to go into the edit users to change the ACL and hit submit button you would end up with a blank encrypted password. 2FA would be on and the 2FA key would be blank after you save. So, basically this means you need to fill out everything on the form the way you want otherwise you past changes will be overwritten.
I submitted a pull request to fix issue #33, so it should fix the blank submission problem on the password field (your point 3). Fixing the 2-Factor field seems easy as well, I will do it once the previous pull request is approved.
Hi! Editing users currently does not work as expected. I see the following issues:
[{"id":"1","username":"admin","password":"da7409e901e899b2d03e08ca2dbf6eea","acl":"1","2fo":"false","2fokey":""}]
[{"id":"1","username":"Backupadmin","password":"d41d8cd98f00b204e9800998ecf8427e","acl":"1","2fo":"true","2fokey":""}]
CDP tries to encrypt a blank password #33 is a related issue.
The way things are now any change to the users account by clicking the submit button will mean that a new 2-Factor Authentication key must be generated and then entered into the app that your are using to generate the OTP.
I hope this is all understandable and helpful!
Frederick