<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="com.ecyrd.jspwiki.ui.*" %> <% /* see commonheader.jsp */ String prefSkinName = (String) session.getAttribute("prefSkinName"); String prefDateFormat = (String) session.getAttribute("prefDateFormat"); String prefTimeZone = (String) session.getAttribute("prefTimeZone"); String prefEditAreaHeight = (String) session.getAttribute("prefEditAreaHeight"); String prefEditorType = (String) session.getAttribute("prefEditorType"); String prefShowQuickLinks = (String) session.getAttribute("prefShowQuickLinks"); String prefShowCalendar = (String) session.getAttribute("prefShowCalendar"); %>

Set your user preferences here.

<% if( "prefs".equals( request.getParameter( "tab" ) ) ) { %> <% } %>
This must be a proper WikiName, no punctuation. If you haven't created a user profile yet, you can tell who you are by 'asserting' an identity. You wouldn't lie to us would you?
Note that setting your user name this way isn't a particularly trustworthy method of authentication, and the wiki may grant you fewer privileges as a result. Create a user profile if you'd prefer a traditional username and password, which is more secure.
/> «»
>
     Your choices will be saved in your browser as cookies.