a8566f2994a868dfe2521ac7fca7529f75cdfa16 chinhli Thu May 31 09:55:14 2012 -0700 iFinished new hgSession welcome and account info UI change. diff --git src/hg/inc/wikiLink.h src/hg/inc/wikiLink.h index e72f012..b1a70eb 100644 --- src/hg/inc/wikiLink.h +++ src/hg/inc/wikiLink.h @@ -25,16 +25,19 @@ /* Return TRUE if all wiki.* parameters are defined in hg.conf . */ char *wikiLinkUserName(); /* Return the user name specified in cookies from the browser, or NULL if * the user doesn't appear to be logged in. */ char *wikiLinkUserLoginUrl(int hgsid); /* Return the URL for the wiki user login page. */ char *wikiLinkUserLogoutUrl(int hgsid); /* Return the URL for the wiki user logout page. */ char *wikiLinkUserSignupUrl(int hgsid); /* Return the URL for the user signup page. */ +char *wikiLinkChangePasswordUrl(int hgsid); +/* Return the URL for the user change password page. */ + #endif /* WIKILINK_H */