acc

this page will explain account-related commands.

to refer to the definition/description of any value type, see commands.

checkacc

usage: /checkacc

shows the login status (and username if applicable) of the user.

if not logged in:

you are not logged in.

if logged in:

you are logged in as (username).

cli equivalent:

hbmp acc

login

usage: /login [username] [password]

log in to habitmap.

logging in as (username)...
login successful!

cli equivalent:

hbmp acc -i / --login

valuetype
usernamestring
passwordstring

signup

usage: /signup [username] [password]

sign up for habitmap.

creating account...

account creation complete!

cli equivalent:

hbmp acc -i / --login

valuetype
usernamestring
passwordstring

logout

usage: /logout

log out from habitmap.

logging out...

logout successful!

cli equivalent:

hbmp acc -o / --logout

edita

usage: /edita [credential] [old] [new]

edit habitmap account credentials.

(credential) verified.

your (credential) is now (new).

cli equivalent:

hbmp acc -e / --edit

valuetype
credentialcredential
oldstring (original credential for verification)
newstring (new credential to change to)

dela

usage: /dela [password]

delete habitmap account.

account successfully deleted.

cli equivalent:

hbmp acc -d / --delete

valuetype
passwordstring (for verification)