General Actions:
Log-in
Wiki:
CreativeIT
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
RegisterNewUserConfirmation
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
RegisterNewUserConfirmation
Wiki source code of
RegisterNewUserConfirmation
Last modified by
Hal Eden
on 2009/03/10 22:07
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
#set( $xwikiname = $request.getParameter("xwikiname")) #set( $validkey = $request.getParameter("validkey")) #if (!$xwikiname) Please fill-in your Wiki name and your validation key to confirm your account. This information have been sent in an email from swiki@l3d.cs.colorado.edu to the address you have specified during your registration. <form action="$xwiki.getURL("XWiki.RegisterNewUserConfirmation", "login")" method="get"> <table><tr> <td>Wiki Name:</td><td><input type="text" name="xwikiname" value="$!xwikiname" /> </td></tr> <tr><td>Validation Key:</td><td><input type="text" name="validkey" value="$!validkey" size="20" /> </td></tr> <tr><td> </td></tr> <tr><td colspan="2" style="text-align: center"> <input type="submit" value="Confirm my account" /> </td></tr> </table> </form> #else #set($reg = $xwiki.validateUser(true)) #if ($reg<0) Your registration has failed. Please verify your Wiki Name and your validation key and try again. #else Your account has been confirmed. Please check your email for getting your account login and password. You can then continue your registration by identifying yourself using these informations : <form id="loginForm" action="$xwiki.getURL("XWiki.XWikiLogin", "loginsubmit")" method="POST"> <input type="hidden" name="xredirect" value="$xwiki.getURL("Main.UserWelcome","view")" /> <input type="hidden" name="j_rememberme" value="true" /> <table border="0"> <tr><td>Wiki Name:</td> <td><input type="text" name="j_username" value="" /></td> </tr> <tr><td>Password:</td> <td><input type="password" name="j_password" value="" /></td> </tr> <tr> <td colspan="2"><input type="Submit" value="Continue my registration"/></td> </tr> </table> </form> #end #end
Quick Links
Home
Index
What's New
Blog
Calendar
Photo Albums
Sandbox
Tags
Bulletin Board
My Recent Modifications
PamelaJennings
|
rwakkary
|
HaledenSands
|
ByronLahey