Postponed (maintainer needs more info)
Project:
Alternative login ID & display names
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2008 at 08:37 UTC
Updated:
9 Jun 2016 at 15:24 UTC
Jump to comment: Most recent
Comments
Comment #1
hunmonk commentedi think it would be possible to do both with some admin settings and relatively small changes to the code. i don't really have an itch to code this, though. feel free to submit a patch that accomplishes this, or i would also consider sponsorship for writing the code.
Comment #2
gracearoha commentedsorry, am quite a newb and do not know php - therefore hopeless with code. will look for alternate solution.
Comment #3
asak commented@gracearoha: Have you found a way to do this?
I thought of getting all modules to display ONLY the UID and not disply the username - but this approach is better. and i think much less work.
@hunmonk: I really need to get the login name out of the faces of all users. Seems using this module would be my best option, since messing around endlessly with 20+ other modules which display usernames, ID's and whatnot would take forever.
The simple solution - Add an admin feature to this module for "Enable/disable login using ORIGINAL username", and by so enable loging in ONLY with the Alternative Login. What this would do is provide users of my site with a login ID which is never shown to other sites on the site. Since the username would then only be for displey, and not used for login, i don't mind other users seeing these usernames.
Just how much sponsering would this take? ;)
Thanks!
Comment #4
hunmonk commented@asak: i'm not clear what your goal is. even if you require the user to login only w/ their alternate login name, that won't have any effect on if their real username is displayed. what am i missing?
Comment #5
asak commentedMy goel is to seperate the username, which is displayed freely and openly on the site, from the login name, which shouldn't be visible anywhere. mainly for security reasons.
I guess i'm assuming something which i haven't checked yet, which is that even while posting messages using an alternative login name the Authored By would still display the username and not the login name. If that's true - then it's a great solution. If not - i think i should find a better approach.
Comment #6
hunmonk commentedyou can contact me in private about sponsoring this feature request, via the contact tab on my drupal.org user profile.
Comment #7
summit commentedSUbscribing, greetings, Martijn
Comment #8
hunmonk commentedComment #9
ClearXS commentedIt is generally known as screen-name that can be different than user-name. The username can be kept secret and no-one has to know, only getting the screen-name to see.
Comment #10
uno commentedI would also strongly support the feature to have alternate name displayed to users/guests while I login with a different username (known only to authorized users).
Comment #11
hunmonk commentedsee http://drupal.org/project/alt_login#commitment for how feature requests are handled
Comment #12
xem8vfdh commentedThis would be a huge improvement. In Drupal 8, it seems that this can easily be achieved by adding a hook_user_format_name_alter to the .module file. I'm familiar with PHP, but not familiar with drupal/drupal.org processes, so I am not sure how to contribute to this module to provide said code. Any pointers would be appreciated.
EDIT: the above works for drupal 8, not 7. I've actually made the necessary code changes and will post on the 8.x branch.
EDIT2: see https://www.drupal.org/node/2746053