Difference between revisions of "Clipperz Password Manager"

Jump to navigation Jump to search
m
→‎Logout Page: Fixed Geshi lang
(Added "Logout Page")
m (→‎Logout Page: Fixed Geshi lang)
Line 35: Line 35:
== Logout Page ==
== Logout Page ==
The logout page doesn't exist.  Which means that when you go logout (or re-login when your session has expired) you end up with a page not found error.  Create a <code>logout.html</code> page in the same directory as the main <code>index.html</code> page (eg something like <code><your-site>/beta/logout.html</code> with the following content...
The logout page doesn't exist.  Which means that when you go logout (or re-login when your session has expired) you end up with a page not found error.  Create a <code>logout.html</code> page in the same directory as the main <code>index.html</code> page (eg something like <code><your-site>/beta/logout.html</code> with the following content...
<source lang="html>
<source lang="html4strict">
<html>
<html>
<body>
<body>

Navigation menu