Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
help:register [2021/04/09 14:19]
forestchav
help:register [2021/04/09 14:45] (current)
forestchav
Line 1: Line 1:
-Register+====== Register ======
  
 This page describes how you would register for an account on the AfterNET IRC network. AfterNET allows you to register accounts but does not allow you to use a Nickserv or similar feature to reserve your nick. This page describes how you would register for an account on the AfterNET IRC network. AfterNET allows you to register accounts but does not allow you to use a Nickserv or similar feature to reserve your nick.
Line 9: Line 9:
 The syntax you need to use is The syntax you need to use is
  
-/msg AuthServ register <account> <password> <email>+<code>/msg AuthServ register <account> <password> <email> </code>
  
 where  where 
-<account> is the account name you wish to have +  *  <account> is the account name you wish to have 
-<password> is the password for the account you would like to use +  *  <password> is the password for the account you would like to use 
-<email> is the email address you would like to register with+  *  <email> is the email address you would like to register with
 (You do not enter the <> around the values) (You do not enter the <> around the values)
  
Line 20: Line 20:
  
 You will then receive an Email into your registered email address to verify it, follow these instructions to confirm the account. You will then receive an Email into your registered email address to verify it, follow these instructions to confirm the account.
 +
 +The email will give you a "cookie" along with the command to enter which is
 +
 +<code>/msg AuthServ cookie <account> <cookie> </code>
 +where
 +  * <account> is the account name you entered earlier
 +  * <cookie> is the cookie value from your Email
 +(again, do not enter the <>)
 +
 +Once you have done this AuthServ will confirm you have registered and able to login with your account - it will then log you in.
  
 This is detailed in the X3 Help system: This is detailed in the X3 Help system:
  
-Command help for: REGISTER+<code>Command help for: REGISTER
 =---------------------------------------= =---------------------------------------=
 /msg AuthServ@X3.AfterNET.Services REGISTER <account> <password> <email> /msg AuthServ@X3.AfterNET.Services REGISTER <account> <password> <email>
Line 32: Line 42:
 If you already have an account, login using the AUTH command: /msg AuthServ@X3.AfterNET.Services AUTH <accountname> <password> If you already have an account, login using the AUTH command: /msg AuthServ@X3.AfterNET.Services AUTH <accountname> <password>
 See Also: auth, unregister See Also: auth, unregister
-=------------- End of Help -------------=+=------------- End of Help -------------=</code> 
 + 
 + 
 +<code>Command help for: COOKIE 
 +=---------------------------------------= 
 +/msg AuthServ@X3.AfterNET.Services COOKIE <account> <cookie> 
 +Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued.  The cookie will then be forgotten. 
 +See Also: authcookie, resetpass, set, delcookie 
 +=------------- End of Help -------------=</code>