Differences From:
File
src/login.c
part of check-in
[0600b278c0]
- Remove the unused inherit-anon configuration attribute. Fix the automatic
redirect that follows a login operation. Fix "config push user" on the
server side.
by
drh on
2008-10-26 21:30:23.
[view]
To:
File
src/login.c
part of check-in
[adefb6c8db]
- Provide a "Revert to Default" button for editing CSS. Grammar fix on login page.
by
eric on
2008-11-26 22:24:45.
[view]
@@ -195,9 +195,9 @@
@ </table>
if( g.zLogin==0 ){
@ <p>To login
}else{
- @ <p>You are current logged in as <b>%h(g.zLogin)</b></p>
+ @ <p>You are currently logged in as <b>%h(g.zLogin)</b></p>
@ <p>To change your login to a different user
}
@ enter the user-id and password at the left and press the
@ "Login" button. Your user name will be stored in a browser cookie.