Login Overview

by Justin Bodeutsch | Last edited: 10/31/2014

Here are a few examples of common login getContents and monklets.

Monklet Example:

tag="login"
type="login"
display="popup"
label="Login"

getContent Example:

getContent(
   "login",
   "display:popup",
   "label:Login",
   "show:Welcome __username__ | <a href='/me'>My Account</a> | <a href=__logout__>Log out</a>"
);