Diff
Not logged in

Differences From:

File src/login.c part of check-in [c15ec20d5a] - Rephrasing the text of the Login page. by drh on 2009-08-12 17:35:02. [view]

To:

File src/login.c part of check-in [07f6780c98] - Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. by drh on 2009-08-16 21:34:30. [view]

@@ -104,12 +104,18 @@
   return uid;
 }
 
 /*
-** WEBPAGE: /login
-** WEBPAGE: /logout
+** WEBPAGE: login
+** WEBPAGE: logout
+** WEBPAGE: my
+**
+** Generate the login page.
 **
-** Generate the login page
+** There used to be a page named "my" that was designed to show information
+** about a specific user.  The "my" page was linked from the "Logged in as USER"
+** line on the title bar.  The "my" page was never completed so it is now
+** removed.  Use this page as a placeholder in older installations.
 */
 void login_page(void){
   const char *zUsername, *zPasswd;
   const char *zNew1, *zNew2;