I am also testing “smart album”. When I open by entering the code to see protected images, the browser (safari) remembers the code. To close again I have to close the browser and sometimes I have to restart the computer. How can I get the browser to forget the code (or log out like you did in the demo on protected images).
Kristinn
Not documented, but this can be achieved by appending ?logout
to the URL.
If you want to add a logout button to the page, you can also do so like this:
HTML:
<a href="./?logout">Log out</a>
Markdown:
[Logout](./?logout)