Initial code for password change in python flask
This commit is contained in:
13
python-flask/smeserver-password-app/app.log
Normal file
13
python-flask/smeserver-password-app/app.log
Normal file
@@ -0,0 +1,13 @@
|
||||
nohup: ignoring input
|
||||
Starting SME Server Password Change Application in Demo Mode
|
||||
Demo users available:
|
||||
Username: testuser, Password: oldpassword123
|
||||
Username: admin, Password: adminpass456
|
||||
Username: john, Password: johnpass789
|
||||
|
||||
Access the application at: http://localhost:5000
|
||||
Demo info available at: http://localhost:5000/demo-info
|
||||
* Serving Flask app 'demo_mode'
|
||||
* Debug mode: on
|
||||
Address already in use
|
||||
Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port.
|
Reference in New Issue
Block a user