Problem/Motivation
Some users are shared accounts and therefore cannot do all the things that a normal user can do, like creating issues or doing commits. Sometimes we get people asking us why they can't and the only way is by clicking in the edit page of their profile and checking that.
Steps to reproduce
https://www.drupal.org/u/asociacionespa%C3%B1oladrupal is a shared user but we can't know it
Proposed resolution
We could display if an user is a "shared account" one and offer a link to what it means.
Probably something in drupalorg_user_view
Remaining tasks
MR
Issue fork drupalorg-3487511
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
drummhttps://www.drupal.org/terms#accounts might be the best explanation of shared accounts.
Comment #4
fjgarlin commentedReady for review: https://git.drupalcode.org/project/drupalorg/-/merge_requests/303/diffs
It wasn't sure if putting an absolute link or relative.
- Non-shared account: https://fjgarlin-drupal.dev.devdrupal.org/u/fjgarlin
- Shared account: https://fjgarlin-drupal.dev.devdrupal.org/u/asociacionespa%C3%B1oladrupal
Comment #6
drummDeployed!