• how can I stop users who join the site, and who have been on the blog stop changing there uesr names. with out me known, I have people who register come in as a Subscriber. and I would love to have it so they can’t change it. how can I do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • YOUAREtehSCENE,

    Wait, you’re saying they can change their role from Subscriber to Editor for example?

    Thread Starter YOUAREtehSCENE

    (@youaretehscene)

    nope. like I registered this kid as “crash209” since he wrote that down for me, and all of a sudden I saw him in on the site as “Carols”

    So, I’d like to put an end to people changing there screen names.

    YOUAREtehSCENE,

    Try this, change the template tag from displaying the “nickname” to displaying the “username”. The username cannot be changed, but the nickname can so this is more than likely the solution. Take a look at this WordPress codex page: http://codex.wordpress.org/Template_Tags/the_author_meta. For example you might try:

    <?php the_author_meta('user_login'); ?>

    Thread Starter YOUAREtehSCENE

    (@youaretehscene)

    Well a friend logged into the blog and he just told me that he changed his name the user name is still the same “dru.barrow” but he changed the nickname, anyway to cancel peeps from changing there nickname also? Cause it just sucks trying to track people and whatnot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘User Names Change’ is closed to new replies.