Fossil SCM
Rephrasing the text of the Login page.
Commit
c15ec20d5a8fb716d1d5cb2d2f96de01c25c7001
Parent
79be9028ebdac88…
1 file changed
+5
-5
+5
-5
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -228,26 +228,26 @@ | ||
| 228 | 228 | @ <td></td> |
| 229 | 229 | @ <td><input type="submit" name="in" value="Login"></td> |
| 230 | 230 | @ </tr> |
| 231 | 231 | @ </table> |
| 232 | 232 | if( g.zLogin==0 ){ |
| 233 | - @ <p>To login | |
| 233 | + @ <p>Enter | |
| 234 | 234 | }else{ |
| 235 | 235 | @ <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 | |
| 237 | 237 | } |
| 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 | |
| 239 | 239 | @ "Login" button. Your user name will be stored in a browser cookie. |
| 240 | 240 | @ You must configure your web browser to accept cookies in order for |
| 241 | 241 | @ the login to take.</p> |
| 242 | 242 | if( zAnonPw ){ |
| 243 | 243 | unsigned int uSeed = captcha_seed(); |
| 244 | 244 | char *zCaptcha = captcha_render(captcha_decode(uSeed)); |
| 245 | 245 | |
| 246 | 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> | |
| 247 | + @ <p>Visitors may enter <b>anonymous</b> as the user-ID with | |
| 248 | + @ the 8-character hexadecimal password shown below:</p> | |
| 249 | 249 | @ <center><table border="1" cellpadding="10"><tr><td><pre> |
| 250 | 250 | @ %s(zCaptcha) |
| 251 | 251 | @ </pre></td></tr></table></center> |
| 252 | 252 | free(zCaptcha); |
| 253 | 253 | } |
| 254 | 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>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 |