<p>This admin reserved page helps you to find users by entering their login. Once found, you will be able to edit or remove user.</p><p>For simplicity and performance reasons, we don't offer here a full listing of subscribed users.</p>
<p>Here you can create an account, even if registration is disabled.</p><p>Please note that no email is sent to the user, even if email checking is enabled.</p>
<p>Here you can update all data associated to an existing user.</p><p>Please note that by default, leaving password empty means keeping the current password. If you want to change it, you have to fill password field and its confirmation.</p>
See details on the <a href="https://framagit.org/framasoft/Etherpad/ep_mypads/wikis/use-CAS-authentication">dedicated wiki page</a>.<br>Beside properties and defaultLang, all the settings are <a href="https://github.com/jsumners/simple-cas-interface/blob/HEAD/api.md#CASParameters" hreflang="en">simple-cas-interface</a> (the module used for the CAS authentication) settings. The `serverUrl` should not end with a trailing slash.
See details on the <a href="https://framagit.org/framasoft/Etherpad/ep_mypads/wikis/use-ldap-authentication">dedicated wiki page</a>.<br>Beside properties and defaultLang, all the settings are ldapauth-fork (the module used for the LDAP authentication) settings. You can add other settings to it, just go on <a href="https://www.npmjs.com/package/ldapauth-fork#ldapauth-config-options">the module page</a> to see which.
Etherpad has issues when deleting pads with a lot of revisions (total freeze, confirmed with 72,000 revisions). To avoid freeze of your Etherpad instance, you can use a job queue, provided by MyPads, to safely handle the deletion of pads. See details on https://framagit.org/framasoft/Etherpad/ep_mypads/wikis/Use-the-job-queue.
When you share a folder to someone, using his/her email address, you have to know exactly the case (ie JaneDoe@example.org) or MyPads won't find the user. This option makes MyPads search for email address case insensitive.
You can display a message on login and subscribe pages. English language will be used as fallback if user’s language is not defined or empty. HTML is authorized, be careful!