a3df543e964484070a202af9f2da33b2f91e8a00
chinhli
  Mon Mar 26 15:48:46 2012 -0700
Inithial hgLogin work
diff --git src/hg/hgLogin/gbMembers.as src/hg/hgLogin/gbMembers.as
new file mode 100644
index 0000000..83f92f1
--- /dev/null
+++ src/hg/hgLogin/gbMembers.as
@@ -0,0 +1,13 @@
+table gbMembers
+"UCSC Genome Browser members"
+    (
+    uint idx;          "auto-increment unique ID"
+    string  userName;  "Name used to login"
+    string  realName;  "Full name"
+    string  password;  "Encrypted password"
+    string  email;     "Email address"
+    string  lastUse;   "Last date the user log in"
+    char[1] activated; "Account activated? Y or N"
+    string  dateAuthenticated; "Date the account activated via email"
+    )
+