From 0150affaf53c9939b93c91c188b74de8687e5f88 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 18 Nov 2019 17:33:45 -0500 Subject: [PATCH] change .us domains to .org in cacc command --- src/commands/createaccount.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commands/createaccount.ts b/src/commands/createaccount.ts index 89339d4..aff9360 100644 --- a/src/commands/createaccount.ts +++ b/src/commands/createaccount.ts @@ -101,7 +101,8 @@ export default class CreateAccount extends Command {
  • #cloud-announcements - Announcements regarding the cloud machine will be here. These include planned maintenance, updates to preinstalled services etc.
  • #cloud-info - Important information you will need to, or should, know to a certain extent. These include our infractions system and Tier limits
  • #cloud-support - A support channel specifically for the cloud machine, you can use this to ask how to renew your certificates, for example
  • -
  • Library of Code Support Desk - Our Support desk, you will find some handy info there
  • +
  • Library of Code Support Desk - Our Support desk, you will find some handy info there
  • +
  • Library of Code sp-us | Cloud Wiki - A wiki channel for everything related to the Cloud Services.
  • SecureSign - our certificates manager
  • Want to support us?

    @@ -113,7 +114,7 @@ export default class CreateAccount extends Command { const dmChannel = await this.client.getDMChannel(args[0]).catch(); dmChannel.createMessage('<:loc:607695848612167700> **Thank you for creating an account with us!** <:loc:607695848612167700>\n' - + `Please log into your account by running \`ssh ${args[2]}@cloud.libraryofcode.us\` in your terminal, then use the password \`${tempPass}\` to log in.\n` + + `Please log into your account by running \`ssh ${args[2]}@cloud.libraryofcode.org\` in your terminal, then use the password \`${tempPass}\` to log in.\n` + `You will be asked to change your password, \`(current) UNIX password\` is \`${tempPass}\`, then create a password that is at least 12 characters long, with at least one number, special character, and an uppercase letter\n` + 'Bear in mind that when you enter your password, it will be blank, so be careful not to type in your password incorrectly.\n' + 'You may now return to Modmail, and continue setting up your account from there.\n\n'