Fossil

Check-in [a0238542]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Set the autocomplete="off" parameter on the password input to the user editing screen.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a02385427f4595b402194283609b85cd3cfcff4371013cb8b5c687203e978848
User & Date: drh 2020-03-26 14:48:08.760
Context
2020-03-26
18:54
Add a new subscription option to receive edits to forum posts. If this option is not selected, then alerts are only sent on the initial post, not on edits. Also: Use the "forumObs" class on timeline forum text that has been subsequently edited. ... (check-in: e5653a4c user: drh tags: trunk)
14:48
Set the autocomplete="off" parameter on the password input to the user editing screen. ... (check-in: a0238542 user: drh tags: trunk)
13:53
Validate the email address in the subscription editing form. ... (check-in: 32a8d110 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/setupuser.c.
639
640
641
642
643
644
645
646

647
648
649

650
651
652
653
654
655
656
  @   </td>
  @ </tr>
  if( !login_is_special(zLogin) ){
    @ <tr>
    @   <td align="right">Password:</td>
    if( zPw[0] ){
      /* Obscure the password for all users */
      @   <td><input type="password" name="pw" value="**********" /></td>

    }else{
      /* Show an empty password as an empty input field */
      @   <td><input type="password" name="pw" value="" /></td>

    }
    @ </tr>
  }
  zGroup = login_group_name();
  if( zGroup ){
    @ <tr>
    @ <td valign="top" align="right">Scope:</td>







|
>


|
>







639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
  @   </td>
  @ </tr>
  if( !login_is_special(zLogin) ){
    @ <tr>
    @   <td align="right">Password:</td>
    if( zPw[0] ){
      /* Obscure the password for all users */
      @   <td><input type="password" autocomplete="off" name="pw"\
      @   value="**********" /></td>
    }else{
      /* Show an empty password as an empty input field */
      @   <td><input type="password" autocomplete="off" name="pw"\
      @   value="" /></td>
    }
    @ </tr>
  }
  zGroup = login_group_name();
  if( zGroup ){
    @ <tr>
    @ <td valign="top" align="right">Scope:</td>