You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ro...@apache.org on 2005/12/07 17:22:26 UTC

svn commit: r354791 - /portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql

Author: rogerrut
Date: Wed Dec  7 08:22:23 2005
New Revision: 354791

URL: http://svn.apache.org/viewcvs?rev=354791&view=rev
Log:
Form fields can be NULL. Corrected schema

Modified:
    portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql

Modified: portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql?rev=354791&r1=354790&r2=354791&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql (original)
+++ portals/jetspeed-2/trunk/etc/sql/derby/schema/security-schema.sql Wed Dec  7 08:22:23 2005
@@ -83,8 +83,8 @@
     REQUIRES_CERTIFICATE INTEGER default 0,
     CHALLENGE_RESPONSE_AUTH INTEGER default 0,
     FORM_AUTH INTEGER default 0,
-    FORM_USER_FIELD VARCHAR(128) NOT NULL,
-    FORM_PWD_FIELD VARCHAR(128) NOT NULL,
+    FORM_USER_FIELD VARCHAR(128),
+    FORM_PWD_FIELD VARCHAR(128),
     REALM VARCHAR(128) NOT NULL,
     
     PRIMARY KEY(SITE_ID),



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org