2 次代碼提交 d580beb731 ... 886c090f16

作者 SHA1 備註 提交日期
  deadtom 886c090f16 Updated screenshot 4 天之前
  deadtom 763f1110d3 Changed token input types to password, to conceal the information entered 4 天之前
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ownchatbot/templates/mgmt.html
  2. 二進制
      screenshots/mgmtpanel04.png

+ 2 - 2
ownchatbot/templates/mgmt.html

@@ -291,7 +291,7 @@
                     </tr>
                     <tr>
                         <td> <label for="access_token">Access Token:</label> </td>
-                        <td style="padding: 5px;"> <input type="text" name="access_token" value="{{ settings_info[5] }}" size="40"> </td>
+                        <td style="padding: 5px;"> <input type="password" name="access_token" value="{{ settings_info[5] }}" size="40"> </td>
                         <td>The token you created above.</td>
                     </tr>
                     <tr>
@@ -322,7 +322,7 @@
                     </tr>
                     <tr>
                         <td> <label for="kofi_token">Verification Token:</label> </td>
-                        <td style="padding: 5px;"> <input type="text" name="kofi_token" value="{{ settings_info[7] }}" size="40"> </td>
+                        <td style="padding: 5px;"> <input type="password" name="kofi_token" value="{{ settings_info[7] }}" size="40"> </td>
                         <td>Get from Kofi -> More -> API -> Webhooks -> Advanced -> Verification Token.</td>
                     </tr>
                 </table>

二進制
screenshots/mgmtpanel04.png