How do I make myself an admin on my own branch?

Asked by emsenn

I've branched the Dock 9 MUD, and go to log in, but I'm created as a normal player. How can I set it up so that when I log in, I'm made the administrator?

Question information

Language:
English Edit question
Status:
Solved
For:
Dock 9 Edit question
Assignee:
No assignee Edit question
Solved by:
emsenn
Solved:
Last query:
Last reply:
Revision history for this message
emsenn (emsenn) said :
#1

If for whatever reason your character is not made an admin when you login, log out of the MUD and do the following from the root directory (for example, /home/user/sapidlib):

1) rm -r ./lib/data/users/<first initial of character name>/<character name> (For example, I'd do rm -r ./lib/data/users/e/emsenn/)
2) touch ./lib/adm/etc/new_install
3) log back in.

This will make the first person to log in an administrator.