3d7f8e49ea48a5c6e101ad257731b22cba96288f chinhli Mon May 7 15:43:28 2012 -0700 Fixed the activation code. diff --git src/hg/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h index 168e9bb..28e7925 100644 --- src/hg/hgLogin/hgLogin.h +++ src/hg/hgLogin/hgLogin.h @@ -53,20 +53,26 @@ /* display logout success msg, and reset cookie */ void backToHgSession(int nSec); /* delay for N micro seconds then go back to hgSession page */ void backToDoLoginPage(int nSec); /* delay for N micro seconds then go back to Login page */ void displayLoginPage(struct sqlConnection *conn); /* draw the account login page */ void displayAccHelpPage(struct sqlConnection *conn); /* draw the account help page */ void accountHelp(struct sqlConnection *conn); /* email user username(s) or new password */ void setupNewAccount(struct sqlConnection *conn, char *email, char *username); /* Send an activation mail to user */ void sendActivateMail(char *email, char *username, char *encToken); /* Send activation mail with token to user*/ +boolean tokenExpired(char *dateTime); +/* Is token expired? */ +void returnToURL(int nSec); +/* delay for N micro seconds then return to the URL */ + +