fmt: move the procedures up a layer

This commit is contained in:
silver 2025-01-13 23:00:50 +00:00
parent 3d79a50d3b
commit 598aa938e2
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
13 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
A Skynet Admin is a user with teh highest level of access to the cluster, having been trained up over a year. A Skynet Admin is a user with teh highest level of access to the cluster, having been trained up over a year.
This guide will cover adding and removing an Admin. This guide will cover adding and removing an Admin.
The normal Committee Member process applies to them as well, so check [here](./committee_modify.md#adding) for teh specific details. The normal Committee Member process applies to them as well, so check [here](committee_modify.md#adding) for teh specific details.
A user cannot add or remove themselves from being an admin, an existing admin must do so (one who will still be admin after the procedure). A user cannot add or remove themselves from being an admin, an existing admin must do so (one who will still be admin after the procedure).

View file

@ -85,7 +85,7 @@ The easiest one is if nothing pops up.
Remember you are the guardian of data on Skynet, if a user cannot prove a connection you are not obligated to grant them access. Remember you are the guardian of data on Skynet, if a user cannot prove a connection you are not obligated to grant them access.
[outage_2023]: ../../support/recovery.md [outage_2023]: ../support/recovery.md
[discord]: https://discord.skynet.ie [discord]: https://discord.skynet.ie
[account_recovery]: ../../support/recovery#account-recovery [account_recovery]: ../../support/recovery#account-recovery

View file

@ -12,7 +12,7 @@ Then commit and push.
Once everything is deployed they should have access to all resources within 15 min. Once everything is deployed they should have access to all resources within 15 min.
If you require it sooner than that see the [Force Update](#force-update) section below. If you require it sooner than that see the [Force Update](#force-update) section below.
Next checkout the page on [VaultWarden](./vaultwarden.md) to add the user to the password manager. Next checkout the page on [VaultWarden](vaultwarden.md) to add the user to the password manager.
## Removing ## Removing
Removing is essentially the same as adding. Removing is essentially the same as adding.
@ -44,5 +44,5 @@ systemctl reboot skynet_ldap_backend-update_groups.service
quit quit
``` ```
[skynet_account_creation]: ../../tutorials/skynet/create_account.md [skynet_account_creation]: ../tutorials/skynet/create_account.md
[users.nix]: https://forgejo.skynet.ie/Skynet/nixos/src/branch/main/config/users.nix#L52 [users.nix]: https://forgejo.skynet.ie/Skynet/nixos/src/branch/main/config/users.nix#L52

View file

@ -12,7 +12,7 @@ Vaultwarden is not available for regular Skynet users since we do not want teh r
The instance is available at [``pw.skynet.ie``][pw]. The instance is available at [``pw.skynet.ie``][pw].
## Adding Users ## Adding Users
When a committee member gets [added](./committee_modify.md#adding) they will become of teh committee LDAP group. When a committee member gets [added](committee_modify.mddding) they will become of teh committee LDAP group.
When this group is synced with Vaultwarden then that member will get an email to their Skynet account to ``Join UL Computer Society``. When this group is synced with Vaultwarden then that member will get an email to their Skynet account to ``Join UL Computer Society``.
The member should then click on teh link in that email. The member should then click on teh link in that email.