Fossil SCM

Rephrasing the text of the Login page.

drh 2009-08-12 17:35 trunk
Commit c15ec20d5a8fb716d1d5cb2d2f96de01c25c7001
1 file changed +5 -5
+5 -5
--- src/login.c
+++ src/login.c
@@ -228,26 +228,26 @@
228228
@ <td></td>
229229
@ <td><input type="submit" name="in" value="Login"></td>
230230
@ </tr>
231231
@ </table>
232232
if( g.zLogin==0 ){
233
- @ <p>To login
233
+ @ <p>Enter
234234
}else{
235235
@ <p>You are currently logged in as <b>%h(g.zLogin)</b></p>
236
- @ <p>To change your login to a different user
236
+ @ <p>To change your login to a different user, enter
237237
}
238
- @ enter the user-id and password at the left and press the
238
+ @ your user-id and password at the left and press the
239239
@ "Login" button. Your user name will be stored in a browser cookie.
240240
@ You must configure your web browser to accept cookies in order for
241241
@ the login to take.</p>
242242
if( zAnonPw ){
243243
unsigned int uSeed = captcha_seed();
244244
char *zCaptcha = captcha_render(captcha_decode(uSeed));
245245
246246
@ <input type="hidden" name="cs" value="%u(uSeed)">
247
- @ <p>To login as user <b>anonymous</b> use the following
248
- @ 8-character hexadecimal password:</p>
247
+ @ <p>Visitors may enter <b>anonymous</b> as the user-ID with
248
+ @ the 8-character hexadecimal password shown below:</p>
249249
@ <center><table border="1" cellpadding="10"><tr><td><pre>
250250
@ %s(zCaptcha)
251251
@ </pre></td></tr></table></center>
252252
free(zCaptcha);
253253
}
254254
--- src/login.c
+++ src/login.c
@@ -228,26 +228,26 @@
228 @ <td></td>
229 @ <td><input type="submit" name="in" value="Login"></td>
230 @ </tr>
231 @ </table>
232 if( g.zLogin==0 ){
233 @ <p>To login
234 }else{
235 @ <p>You are currently logged in as <b>%h(g.zLogin)</b></p>
236 @ <p>To change your login to a different user
237 }
238 @ enter the user-id and password at the left and press the
239 @ "Login" button. Your user name will be stored in a browser cookie.
240 @ You must configure your web browser to accept cookies in order for
241 @ the login to take.</p>
242 if( zAnonPw ){
243 unsigned int uSeed = captcha_seed();
244 char *zCaptcha = captcha_render(captcha_decode(uSeed));
245
246 @ <input type="hidden" name="cs" value="%u(uSeed)">
247 @ <p>To login as user <b>anonymous</b> use the following
248 @ 8-character hexadecimal password:</p>
249 @ <center><table border="1" cellpadding="10"><tr><td><pre>
250 @ %s(zCaptcha)
251 @ </pre></td></tr></table></center>
252 free(zCaptcha);
253 }
254
--- src/login.c
+++ src/login.c
@@ -228,26 +228,26 @@
228 @ <td></td>
229 @ <td><input type="submit" name="in" value="Login"></td>
230 @ </tr>
231 @ </table>
232 if( g.zLogin==0 ){
233 @ <p>Enter
234 }else{
235 @ <p>You are currently logged in as <b>%h(g.zLogin)</b></p>
236 @ <p>To change your login to a different user, enter
237 }
238 @ your user-id and password at the left and press the
239 @ "Login" button. Your user name will be stored in a browser cookie.
240 @ You must configure your web browser to accept cookies in order for
241 @ the login to take.</p>
242 if( zAnonPw ){
243 unsigned int uSeed = captcha_seed();
244 char *zCaptcha = captcha_render(captcha_decode(uSeed));
245
246 @ <input type="hidden" name="cs" value="%u(uSeed)">
247 @ <p>Visitors may enter <b>anonymous</b> as the user-ID with
248 @ the 8-character hexadecimal password shown below:</p>
249 @ <center><table border="1" cellpadding="10"><tr><td><pre>
250 @ %s(zCaptcha)
251 @ </pre></td></tr></table></center>
252 free(zCaptcha);
253 }
254

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button