From 5e81c5a634ba32cb84b722fdf9d0ae772d2b1e46 Mon Sep 17 00:00:00 2001 From: laryn Date: Thu, 15 Jan 2026 12:01:57 -0500 Subject: [PATCH] Issue #22: Add Laryn as a co-maintainer Fixes #22 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 021224b..1f6b19c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ switch back to the previous account. It adds a link on a user\'s profile page that allows permitted users to masquerade as that user. Upon masquerading, a link to "switch back" to the -original user will appear in the menu. While masquerading, the option to -masquerade as another user will not appear. All masquerading transactions +original user will appear in the menu. While masquerading, the option to +masquerade as another user will not appear. All masquerading transactions are logged, and `$user->masquerading` will be set; this could be displayed via theme. @@ -24,7 +24,7 @@ Installation ---------------------------- To install the Masquerade module, extract the module to your modules folder. -After enabling the module, it can be configured under +After enabling the module, it can be configured under Configuration > User accounts > Masquerade. To enable users to masquerade, assign the appropriate "masquerade module" permissions to the roles available on your site. For example: @@ -39,7 +39,7 @@ available on your site. For example: in the Masquerade configuration, set 'administrator' as an administrator role. - + Usage / Quick Switch Menu ---------------------------- @@ -47,7 +47,7 @@ By default, when a user is selected for the 'Menu Quick Switch user', the Masque * Masquerade as 'the user selected': When clicked, the user can quick switch to the user selected. * Switch back: This menu item appears while masquerading so that you can switch back to your original user. - + License ---------------------------- @@ -60,6 +60,7 @@ Current Maintainers - BSCOOL (JugglingCoder) (https://github.com/JugglingCoder/, http://www.thedreamchest.com/) - Herb v/d Dool (https://github.com/herbdool). +- Laryn Kragt Bakker (https://github.com/laryn). Credits