<<O>>  Difference Topic ChangeUserLogin (r1.2 - 01 Oct 2003 - TamaraCrowe)

META TOPICPARENT AdminFAQ
Deleted:
<
<


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

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

Changed:
<
<
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:
>
>
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:

Changed:
<
<
@eval #118.login = "coke"
>
>
@eval #118.login = "coke"

Changed:
<
<
packy@dardan.com

-- CoKe - 08 Aug 2003

>
>
-- CoKe - 08 Aug 2003
-- TamaraCrowe - 01 Oct 2003
 <<O>>  Difference Topic ChangeUserLogin (r1.1 - 08 Aug 2003 - CoKe)
Line: 1 to 1
Added:
>
>
META TOPICPARENT AdminFAQ
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"

packy@dardan.com

-- CoKe - 08 Aug 2003

Revision r1.1 - 08 Aug 2003 - 16:15 - CoKe
Revision r1.2 - 01 Oct 2003 - 20:25 - TamaraCrowe