I've commented on this before:
http://www.rejetto.com/forum/index.php?topic=6626.msg1040508#msg1040508and again more recently.
This is what my testing shows. (this goes back a long ways)
Using build 229, default tpl. Opera 9.63.
List protected items only for allowed users - is not checked.
No password on root. Protected folder in root named "Files"
contains all other protected folders and files.
When you go to my address you see HFS page Home with folder named
"Files", Search and Menu, etc.
Menu has Login and File List. If you use Menu ~login some
macros like {.if | %user% |..... /if.} work as expected.
However, if you click on the protected folder "Files" and
log in then they do not. When you have logged in by clicking
protected folder "Files" the "user:whoever is logged in" box
is visable and you can access protected folders.....but
when you go back to Home "/" Login is still in the Menu and the
"user:whoever is logged in" box is gone. (like no one is logged in)
While testing this code:
[unauthorized]
{.add to log|Bad login: %user% / %password%.}
From this post
http://www.rejetto.com/forum/index.php?topic=6719.msg1041472#msg1041472I found that when logging in by Menu ~login it did not work.
When logged in by protected folder, it will add "Bad login:" with details
to log and log window, if you enter wrong pass for the user name.
Aparrently when a user logs in by clicking protected folder they
are not logged into the root, but some level below?
Maybe this is expected behavior? Or maybe its like the "No log out"
...just the way it is.....but its driving me nuts..... under these conditions
some user sensitive macros work, others do not.
I have a public website in front of my secure file server, so
I can't just password the root.
Could someone else test this please?