From defc75f7132bfd2da09db9c1096ea0b790b66857 Mon Sep 17 00:00:00 2001 From: Jason Qiu Date: Mon, 2 Oct 2023 06:17:11 -0500 Subject: [PATCH] [#12466] Docs: Clarify masquerade mode (#12595) * Add link to masquerade docs * Change link format --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index d2ec4eeac24..77cf97498fd 100644 --- a/docs/development.md +++ b/docs/development.md @@ -134,8 +134,8 @@ This instruction set applies for both dev server and production server, with sli 1. Go to any administrator page, e.g `/web/admin/home`. You may be prompted to log in. You will be granted access only if your account has admin permission as defined in `build.properties`. -1. When logged in as administrator, ***masquerade mode*** can also be used to impersonate instructors and students by adding `user=username` to the URL - e.g `http://localhost:8080/web/student/home?user=johnKent`. +1. When logged in as administrator, ***masquerade mode*** can be used to impersonate instructors and students. + For more information, refer to [Masquerading as another user](#masquerading-as-another-user).