Membership.xml revision db94c89af1729745b0e34b6dc2ddd79af9c4e61d
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
The contents of this file are subject to the terms
of the Common Development and Distribution License
(the License). You may not use this file except in
compliance with the License.
You can obtain a copy of the License at
https://opensso.dev.java.net/public/CDDLv1.0.html or
opensso/legal/CDDLv1.0.txt
See the License for the specific language governing
permission and limitations under the License.
When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
at opensso/legal/CDDLv1.0.txt.
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: Membership.xml,v 1.11 2009/07/16 04:12:03 cbasha Exp $
-->
<!--
Portions Copyrighted 2011 ForgeRock AS
-->
<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
"jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">
<ModuleProperties moduleName="Membership" version="1.0" >
<Callbacks length="3" order="1" timeout="120" header="自我註冊模組" template="membership.jsp" >
<NameCallback>
<Prompt> 使用者名稱: </Prompt>
</NameCallback>
<PasswordCallback echoPassword="false" >
<Prompt> 密碼: </Prompt>
</PasswordCallback>
<ConfirmationCallback>
<OptionValues>
<OptionValue>
<Value> 登入 </Value>
</OptionValue>
<OptionValue>
<Value> 新增使用者 </Value>
</OptionValue>
</OptionValues>
</ConfirmationCallback>
</Callbacks>
<Callbacks length="0" order="2" timeout="120" template="disclaimerDeclined.jsp" error="true" />
<Callbacks length="0" order="3" timeout="120" template="profileError.jsp" error="true" />
<Callbacks length="8" order="4" timeout="300" header="自我註冊" template="register.jsp" >
<NameCallback isRequired="true" attribute="uid" >
<Prompt> 使用者名稱: </Prompt>
</NameCallback>
<PasswordCallback echoPassword="false" isRequired="true" attribute="userPassword" >
<Prompt> 密碼: </Prompt>
</PasswordCallback>
<PasswordCallback echoPassword="false" isRequired="true" >
<Prompt> 確認密碼: </Prompt>
</PasswordCallback>
<NameCallback isRequired="true" attribute="givenname" >
<Prompt> 名字: </Prompt>
</NameCallback>
<NameCallback isRequired="true" attribute="sn" >
<Prompt> 姓氏: </Prompt>
</NameCallback>
<NameCallback isRequired="true" attribute="cn" >
<Prompt> 全名: </Prompt>
</NameCallback>
<NameCallback attribute="mail" >
<Prompt> 電子郵件位址: </Prompt>
</NameCallback>
<ConfirmationCallback>
<OptionValues>
<OptionValue>
<Value> 註冊 </Value>
</OptionValue>
<OptionValue>
<Value> 取消 </Value>
</OptionValue>
</OptionValues>
</ConfirmationCallback>
</Callbacks>
<Callbacks length="2" order="5" timeout="120" header="自我註冊" >
<ChoiceCallback attribute="uid" >
<Prompt>具有您輸入之使用者名稱&lt;BR&gt;的使用者已存在。&lt;BR&gt;請選擇下列其中一個&lt;BR&gt;使用者名稱或&lt;BR&gt;自行建立名稱:</Prompt>
<ChoiceValues>
<ChoiceValue>
<Value>建立自己的名稱</Value>
</ChoiceValue>
</ChoiceValues>
</ChoiceCallback>
<ConfirmationCallback>
<OptionValues>
<OptionValue>
<Value> 提交 </Value>
</OptionValue>
</OptionValues>
</ConfirmationCallback>
</Callbacks>
<Callbacks length="1" order="6" timeout="120" template="disclaimer.jsp" >
<ConfirmationCallback>
<OptionValues>
<OptionValue>
<Value> 同意 </Value>
</OptionValue>
<OptionValue>
<Value> 不同意 </Value>
</OptionValue>
</OptionValues>
</ConfirmationCallback>
</Callbacks>
</ModuleProperties>