66b437e047bd90b806a94466d5f47df4f5c16917
chinhli
  Mon Jun 18 13:40:08 2012 -0700
Move gbMembers.as and gbMembers.sql to kent/src/hg/lib from kent/src/hg/hgLogin.
diff --git src/hg/lib/gbMembers.as src/hg/lib/gbMembers.as
new file mode 100644
index 0000000..21e1d3b
--- /dev/null
+++ src/hg/lib/gbMembers.as
@@ -0,0 +1,17 @@
+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/log out/change password"
+    string newPassword; "Password generated for the mail-a-new-password feature"
+    string newPasswordExpire; "Expiration date of the new password generated"
+    string dateActivated; "Date the account activated via email"
+    string emailToken; "Security token used in the email to the user"
+    string emailTokenExpires; "Expiration date of the emailToken"
+    char [1] passwordChangeRequired; "Password change required?"
+    char[1] accountActivated; "Account activated? Y or N"
+    )