wekan / wekan

The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.
https://wekan.github.io
MIT License
19.6k stars 2.83k forks source link

Unable to Edit and Save Users #2960

Closed ghost closed 4 years ago

ghost commented 4 years ago

Issue

When clicking on Edit to change stuff on user accounts the popup shows but then when you're done and click Save, nothing happens and it doesn't save the changes.

Server Setup Information:

Problem description:

xet7 commented 4 years ago

You have old Wekan version.

Please upgrade to newest Wekan v3.84 this way:

docker-compose stop
docker rm wekan-app
docker-compose up -d
ghost commented 4 years ago

Thanks but I'm using Cloudron which they are not updating as they should. How can I update knowing that?

nebulade commented 4 years ago

Just wanted to give more input here, we usually push wekan updates within a couple of days when upstream hits. Wekan is also by far the most active project we have in our catalogue :-) But this issue relies in our own LDAP code here, which was initially done back when wekan did not have support for LDAP, we are revisiting this to stay fully aligned with upstream, just have to work out how to transparently migrate the user accounts to work with upstream LDAP integration.