Wiki source code of RemoveUser
Version 1.1 by Outhman Moustaghfir on 2024/02/20 17:23
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Overview == | ||
2 | |||
3 | The RemoveUser function is designed to remove a user based on their email address. | ||
4 | |||
5 | = Parameters = | ||
6 | |||
7 | * ((( | ||
8 | **Email**: The email address of the user to be removed. | ||
9 | ))) | ||
10 | * Example: 'MailOfUserToRemove@mail.com' | ||
11 | |||
12 | = Uses = | ||
13 | |||
14 | {{code language="XML"}} | ||
15 | <TEST><xsl:value-of select="ixf:RemoveUser('MailOfUserToRemove@mail.com')"></xsl:value-of></TEST> | ||
16 | |||
17 | {{/code}} | ||
18 | |||
19 | == Notes == | ||
20 | |||
21 | * Ensure that the email address provided is valid and corresponds to an existing user. |