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
Hide line numbers
1: 2: #set( $xwikiname = $request.getParameter("xwikiname")) 3: #set( $validkey = $request.getParameter("validkey")) 4: 5: #if (!$xwikiname) 6: 7: 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. 8: 9: <form action="$xwiki.getURL("XWiki.RegisterNewUserConfirmation", "login")" method="get"> 10: <table><tr> 11: <td>Wiki Name:</td><td><input type="text" name="xwikiname" value="$!xwikiname" /> 12: </td></tr> 13: <tr><td>Validation Key:</td><td><input type="text" name="validkey" value="$!validkey" size="20" /> 14: </td></tr> 15: <tr><td> </td></tr> 16: <tr><td colspan="2" style="text-align: center"> 17: <input type="submit" value="Confirm my account" /> 18: </td></tr> 19: </table> 20: </form> 21: #else 22: #set($reg = $xwiki.validateUser(true)) 23: #if ($reg<0) 24: Your registration has failed. Please verify your Wiki Name and your validation key and try again. 25: #else 26: 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 : 27: 28: <form id="loginForm" action="$xwiki.getURL("XWiki.XWikiLogin", "loginsubmit")" method="POST"> 29: <input type="hidden" name="xredirect" value="$xwiki.getURL("Main.UserWelcome","view")" /> 30: <input type="hidden" name="j_rememberme" value="true" /> 31: <table border="0"> 32: <tr><td>Wiki Name:</td> 33: <td><input type="text" name="j_username" value="" /></td> 34: </tr> 35: <tr><td>Password:</td> 36: <td><input type="password" name="j_password" value="" /></td> 37: </tr> 38: <tr> 39: <td colspan="2"><input type="Submit" value="Continue my registration"/></td> 40: </tr> 41: </table> 42: </form> 43: #end 44: #end
Quick Links
Home
Index
What's New
Blog
Calendar
Photo Albums
Sandbox
Tags
Bulletin Board
My Recent Modifications
PamelaJennings
|
rwakkary
|
HaledenSands
|
ByronLahey