When phpCMS is switched to the online-edit mode and you
open a static HTML page you will get the login-screen
of the online-editor.
The reason is, that phpCMS does not check if a file is
a static html file or a phpCMS content file before
displaying the online editor login screen.
As static html pages don't have any edit-passwords
assigned there is no possibility to pass this login
screen - there is simply no valid password.
This is a second online-editor passwort related bug:
When there is no edit-password defined in the project
file of a content file and phpCMS is in online-edit
mode it will display the loginscreen even though there
is no possibility to log in (as there is no
edit-password defined).
A better behaviour would be to ignore the fact that
phpCMS is in edit-mode when there is no edit-password
defined in the project file and display the page in
normal "non-edit" mode instead.
ciao.. Iggi