Difference between revisions of "Clipperz Password Manager"

Jump to navigation Jump to search
Added "Logout Page"
(Initial creation)
 
(Added "Logout Page")
Line 32: Line 32:
#* <code> rm -fr setup </code>
#* <code> rm -fr setup </code>
# Browse to website and start using, eg <code><your-site>/beta/index.html</code>
# Browse to website and start using, eg <code><your-site>/beta/index.html</code>
== 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...
<source lang="html>
<html>
<body>
<a href='index.html'>Back to login page</a>
</body>
</html>
</source>

Navigation menu