![]() |
![]() |
reguser.editEdits an user entry |
Syntax |
|
The reguser module is the scripting interface to the registered users database. It provides the following set of commands: reguser.add: adds an user entry to the database reguser.remove: removes an user entry from the database reguser.list: lists the entries reguser.setproperty: sets a property associated to an entry reguser.edit: shws an editor for an user entry $reguser.match(): finds an entry by matching masks $reguser.matchExact(): finds an entry by comparing masks $reguser.property(): finds a property associated to an entry $reguser.matchProperty(): shortcut for $reguser.property($reguser.match()) $reguser.mask(): returns the registration masks for an entry |
Description |
Shows the registered user database editor. If [name] is passed, the user [name] entry editor is shown. If the user with [name] is not in the database and the [-f] switch is passed, a new entry with [name] is added and the user [name] entry editor is shown. If the [-t] switch is passed, the editor is created as a toplevel window (dialog), otherwise it is created as part of the current main window. |
See also |
Registered users database interface, Registered users database, reguser.add, reguser.remove, reguser.addmask, reguser.list |