Skip to topic | Skip to bottom
Home
Lily
Lily.ChangeUserLoginr1.2 - 01 Oct 2003 - 20:25 - TamaraCrowetopic end

Start of topic | Skip to actions
Thanks to Achorrath for this one, who disavowed any responsibility for problems resulting from the use of this knowledge. First, find out what the user's object ID is. Under root, the object numbers show up when you type $account username.

You can set the username (what the person logs in as) for that object by typing @eval #objectID.login = "newloginid".

For example, let's say that we want to change the login name 'packy' to 'coke'. Typing $account packy yields (packy exists with the name Packy, object #118, last on Mar 13 18:37:48 2002). We can then use the following command to make the change:

@eval #118.login = "coke"

-- CoKe - 08 Aug 2003
-- TamaraCrowe - 01 Oct 2003
to top


You are here: Lily > AdminGuide > AdminFAQ > ChangeUserLogin

to top

Copyright © 1999-2009 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this site? Contact Christopher Masto <chris@masto.com>.