Unexpected behavior when adding a new API user to security group
dcs619 opened this issue · 1 comments
dcs619 commented
Using the latest code in develop, I created a new API user but Rock won't let me immediately add it to a security role. See https://www.dropbox.com/s/ubtyg6vso776auj/NewAPIUser.mov?dl=0
Rock sees the new Person/User but won't let me see the User person or add the User to a group. However, If I restart my build, I'm able to navigate to the PersonDetail and add the User.
I thought maybe a password had to be set, but that doesn't seem to be the case.
dcs619 commented
Found the problem. New REST keys aren't created with IsConfirmed: true even though the User Account Detail shows a checkmark next to Confirmed. I'll submit a PR to fix.