From adf3585eb1ed3bf2313e4db096b59349974d8ac0 Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Tue, 21 Jan 2025 12:58:04 -0800 Subject: [PATCH] Add `/sbin/nologin` as a shell option (#3704) ## Description This PR adds `/sbin/nologin` as a shell option for the compute cluster. This is in preparation for implementing a 2-stage user expiry, where the user account gets locked (prevented from logging in) before deletion. ## Checklist - [x] I have read and understood the [WATcloud Guidelines](https://cloud.watonomous.ca/docs/community-docs/watcloud/guidelines) - [x] I have performed a self-review of my code --- pages/docs/compute-cluster/machine-usage-guide.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/docs/compute-cluster/machine-usage-guide.mdx b/pages/docs/compute-cluster/machine-usage-guide.mdx index 2916b08..3df646d 100644 --- a/pages/docs/compute-cluster/machine-usage-guide.mdx +++ b/pages/docs/compute-cluster/machine-usage-guide.mdx @@ -171,6 +171,16 @@ a dashboard to monitor the health of machines in the cluster. This section contains some common issues that users may encounter when using machines in the cluster and their solutions. If you encounter an issue that is not listed here, please [reach out](./support-resources). +### Account not available + +You may see the following message when trying to log into a general-use machine: + +> This account is currently not available. + +This message means that your account is locked. +This can happen if your account is expired and is pending deletion. +To re-enable your account, please reach out to your [WATcloud contact](/docs/services#watcloud-contact). + ### Permission denied while trying to connect to the Docker daemon You may encounter this error when trying to run Docker commands on general-use machines: