@jawadbiag8 you can go to ACP > Manage > Admins & Mods to add or remove them
Setting User Language from WriteAPI
-
I'm currently using the write api to create users, but it would be really useful if we could set the language of the user on creation. I've tried passing in language as a member of the body object, but this hasn't worked.
I've looked through the mongo objects collection and I can't see where the user's language is being stored either, is this determined from the location?
I'm really hoping I don't have to write a whole plugin just for this
Cheers.
-
Just found the language!
'user:uid:settings' -
@snodejoke At present, there is no way to set user settings via the write api. Could be added however
-
Thanks for the response @julian. I guess I'll have to put it on my todo list!