mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:42:59 +03:00
🚀 Feature: Allow users to edit profile picture, but not email or username #148
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 @SisyphusMD on GitHub.
Feature description
Suggestion to add granularity to control of details users are allowed to edit on their own profiles, such as allowing for profile picture editing by the user while not allowing for username or email editing by the user.
Pitch
It would be helpful to have some granularity in what users are allowed to edit. Specifically, I need users’ usernames and emails to remain consistent, so I don’t want to allow them to edit them. But I would like them to be able change their own profile pictures.
@stonith404 commented on GitHub:
This should be fixed in
9872608d61and will be available in the next release.@stonith404 commented on GitHub:
@kmendell Yes, I think this would make sense.
@kmendell commented on GitHub:
@stonith404 Maybe we simply change the logic around "Allow own account edit" to only restrict the fields but not the profile picture?