Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/pal-portal/portal/patches/applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Wed Mar 7 22:13:49 2007 UTC (17 years ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_0_BETA4
Changes since 1.2: +7 -15 lines
File MIME type: text/x-java
update for 2.1

1 Index: applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java
2 ===================================================================
3 --- applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java (リビジョン 514361)
4 +++ applications/j2-admin/src/java/org/apache/jetspeed/portlets/registration/UserRegistrationPortlet.java (作業コピー)
5 @@ -349,8 +349,8 @@
6
7 // These last two are special cases you must have them
8 // comment them out here if you use the generated password option
9 - {"password", required, new Integer(80), IS_STRING},
10 - {"verifyPassword", required, new Integer(80), IS_STRING},
11 + // {"password", required, new Integer(80), IS_STRING},
12 + // {"verifyPassword", required, new Integer(80), IS_STRING},
13
14 // the following can be placed in any order, and will appear in that order on the page
15
16 @@ -362,13 +362,13 @@
17 {"user.employer", optional , new Integer(80), IS_STRING},
18 */
19
20 - {"user.department", optional , new Integer(80), IS_STRING},
21 + // {"user.department", optional , new Integer(80), IS_STRING},
22 /*
23 {"user.jobtitle", optional , new Integer(80), IS_STRING},
24 {"user.name.prefix", optional , new Integer(10), IS_STRING},
25 */
26 + {"user.name.family", optional , new Integer(30), IS_STRING},
27 {"user.name.given", optional , new Integer(30), IS_STRING},
28 - {"user.name.family", optional , new Integer(30), IS_STRING},
29 /*
30 {"user.name.middle", optional , new Integer(30), IS_STRING},
31 {"user.name.suffix", optional , new Integer(10), IS_STRING},
32 @@ -403,13 +403,13 @@
33 {"user.home-info.online.email", optional , new Integer(80), IS_EMAIL},
34 {"user.home-info.online.uri", optional , new Integer(80), IS_URL},
35 */
36 - {"user.business-info.postal.name", optional , new Integer(80), IS_STRING},
37 - {"user.business-info.postal.street", optional , new Integer(80), IS_STRING},
38 - {"user.business-info.postal.city", optional , new Integer(80), IS_STRING},
39 - {"user.business-info.postal.stateprov", optional , new Integer(80), IS_STRING},
40 - {"user.business-info.postal.postalcode", optional , new Integer(80), IS_STRING},
41 - {"user.business-info.postal.country", optional , new Integer(80), IS_STRING},
42 - {"user.business-info.postal.organization", optional , new Integer(80), IS_STRING},
43 + // {"user.business-info.postal.name", optional , new Integer(80), IS_STRING},
44 + // {"user.business-info.postal.street", optional , new Integer(80), IS_STRING},
45 + // {"user.business-info.postal.city", optional , new Integer(80), IS_STRING},
46 + // {"user.business-info.postal.stateprov", optional , new Integer(80), IS_STRING},
47 + // {"user.business-info.postal.postalcode", optional , new Integer(80), IS_STRING},
48 + // {"user.business-info.postal.country", optional , new Integer(80), IS_STRING},
49 + // {"user.business-info.postal.organization", optional , new Integer(80), IS_STRING},
50 /*
51 {"user.business-info.telecom.telephone.intcode", optional , new Integer(80), IS_STRING},
52 {"user.business-info.telecom.telephone.loccode", optional , new Integer(80), IS_STRING},

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26