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. BIN
      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>

BIN
screenshots/mgmtpanel04.png