Security for Comanche Swiki is still very preliminary, so don't expect it
to code to stay stable for long.
> 1. Can I log the modification of every user? The log file report
> strange numbers, and I can get only the ip of the caller (not the
> login used for editing...)
No. You could modify the save.page address to replace the IP number with
the user though fairly easily.
> 2. If a user lock a page and forgot the password, the administrator
> can unlock it....okey, but what is the administrator password?
> Where is it? How can I change it? I must define an administrator
> login?
The administrator password is in the settings.xml file as lockPassword.
> 3. In PWS was quite simple to build a script in a <? & ?> tags. Can I
> do the same in ComputerAge? Can you give me a simple example for an
> idea of the differences?
Yes. It is different though. The things between <? & ?> are actions. So,
you can create a new action. Check out colorscheme.page and
colorscheme.book action for an small demonstration.
> 4. There is a documentation of the xml format of the security.xml and
> settings.xml? Where must I look for?
There isn't much documentation now. Settings.xml is easy though. It is
all just '<s name="KEY">VALUE</s>'. There is some documentation of
security.xml in the SwikiSecurityModule class comment.
Peace and Luck!
Je77