pywebexec 1.2.9__py3-none-any.whl → 1.2.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pywebexec/pywebexec.py +0 -1
- pywebexec/version.py +2 -2
- {pywebexec-1.2.9.dist-info → pywebexec-1.2.10.dist-info}/METADATA +1 -1
- {pywebexec-1.2.9.dist-info → pywebexec-1.2.10.dist-info}/RECORD +8 -8
- {pywebexec-1.2.9.dist-info → pywebexec-1.2.10.dist-info}/LICENSE +0 -0
- {pywebexec-1.2.9.dist-info → pywebexec-1.2.10.dist-info}/WHEEL +0 -0
- {pywebexec-1.2.9.dist-info → pywebexec-1.2.10.dist-info}/entry_points.txt +0 -0
- {pywebexec-1.2.9.dist-info → pywebexec-1.2.10.dist-info}/top_level.txt +0 -0
pywebexec/pywebexec.py
CHANGED
@@ -402,7 +402,6 @@ def check_authentication():
|
|
402
402
|
@auth.verify_password
|
403
403
|
def verify_password(username, password):
|
404
404
|
if not username:
|
405
|
-
session['username'] = '-'
|
406
405
|
return False
|
407
406
|
if app.config['USER']:
|
408
407
|
if username == app.config['USER'] and password == app.config['PASSWORD']:
|
pywebexec/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
pywebexec/__init__.py,sha256=4spIsVaF8RJt8S58AG_wWoORRNkws9Iwqprj27C3ljM,99
|
2
|
-
pywebexec/pywebexec.py,sha256=
|
3
|
-
pywebexec/version.py,sha256=
|
2
|
+
pywebexec/pywebexec.py,sha256=Hoskhr_aloPgev7otR3xdw3QXRJUNLc6G7mzNtQyU7o,22701
|
3
|
+
pywebexec/version.py,sha256=GBQrXxH6JrIQea3kLIGtC1SGpO3lQzPp0nhogVjhktk,413
|
4
4
|
pywebexec/static/css/style.css,sha256=nuJodEFojt_kCLPqbDBQAaBtWcRZ6uLjfI52mSf3EJA,5302
|
5
5
|
pywebexec/static/css/xterm.css,sha256=gy8_LGA7Q61DUf8ElwFQzHqHMBQnbbEmpgZcbdgeSHI,5383
|
6
6
|
pywebexec/static/images/aborted.svg,sha256=_mP43hU5QdRLFZIknBgjx-dIXrHgQG23-QV27ApXK2A,381
|
@@ -19,9 +19,9 @@ pywebexec/static/js/xterm/xterm-addon-fit.js,sha256=Pprm9pZe4SadVXS5Bc8b9VnC9Ex4
|
|
19
19
|
pywebexec/static/js/xterm/xterm.js,sha256=Bzka76jZwEhVt_LlS0e0qMw7ryGa1p5qfxFyeohphBo,283371
|
20
20
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
pywebexec/templates/index.html,sha256=M-9JUAR5vrk-19oF8CpxkWJvyWJkZIa71AI-1jpsMWE,2116
|
22
|
-
pywebexec-1.2.
|
23
|
-
pywebexec-1.2.
|
24
|
-
pywebexec-1.2.
|
25
|
-
pywebexec-1.2.
|
26
|
-
pywebexec-1.2.
|
27
|
-
pywebexec-1.2.
|
22
|
+
pywebexec-1.2.10.dist-info/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
23
|
+
pywebexec-1.2.10.dist-info/METADATA,sha256=N-9PcmLHh_G5cZRuO8pXFyIXRdVWdASAGTbFZer-V8Q,6937
|
24
|
+
pywebexec-1.2.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
25
|
+
pywebexec-1.2.10.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
26
|
+
pywebexec-1.2.10.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
27
|
+
pywebexec-1.2.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|