Hi,
Index: UserPeer.java
===================================================================
RCS file:
/home/cvspublic/jakarta-turbine/src/java/org/apache/turbine/om/security/peer/UserPeer.java,v
retrieving revision 1.3
diff -u -r1.3 UserPeer.java
- /** The key name for the visitor id field. */
+ /** The key name for the login name field. */
public static String USERNAME = "LOGIN_NAME";
- /** The key name for the username field. */
+ /** The key name for the user id field. */
public static String USER_ID = "USER_ID";
Thanks
youngho