evolvedbinary / fusion-studio-api

Server Side API for Fusion Studio
GNU Affero General Public License v3.0
5 stars 3 forks source link

Can't set some user properties #16

Closed ccheraa closed 4 years ago

ccheraa commented 4 years ago

When creating or updating user's properties enabled and expired are ignored, you get enabled = true and expired = false regardless of the values in the request

adamretter commented 4 years ago

@ccheraa The expired property cannot be modified. There was a bug where changes to enabled were being ignored, I will fix that.

zube[bot] commented 4 years ago

Charaf-Eddine-Cheraa said: Now expired is only displayed, and can't be changed. enabled now works when updating a user, but it's ignored when creating a new one, is this behavior intended?

adamretter commented 4 years ago

@ccheraa Okay I fixed this one too.