mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Admin should be able to change user passwords #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @caplod on GitHub (Dec 10, 2020).
If a user forgets his password, an admin cannnot set a new pasword
@nickbe commented on GitHub (Dec 10, 2020):
And he shouldn't . But I think there will be a simple "Forgot password" function for this purpose, in the future.
@caplod commented on GitHub (Dec 11, 2020):
Why should an admin not be able to edit the password?
But I think a 'Forgot password' function works as well.
@nickbe commented on GitHub (Dec 11, 2020):
One of PLANKAs main features is and will be that users "own" their projects and boards.
That means that even the admin should never be able to look inside the projects/boards of others if they do not assign it to him. Without this there would be no privacy possible between admins and users.
The admin role only means that you can change system wide settings. Not that you can meddle with someone's board.
Therefore only a "Forgot passwort" option will be reasonable.
@caplod commented on GitHub (Dec 11, 2020):
Thank you to make things clear.
@nickbe commented on GitHub (Dec 11, 2020):
You're welcome 😃
@sewid commented on GitHub (Feb 27, 2022):
Is there already a roadmap when this feature will be released?