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/hgLogin/gbMembers.as src/hg/hgLogin/gbMembers.as deleted file mode 100644 index 21e1d3b..0000000 --- src/hg/hgLogin/gbMembers.as +++ /dev/null @@ -1,17 +0,0 @@ -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" - )