Initial code for password change in python flask

This commit is contained in:
2025-07-16 14:13:26 +01:00
commit a6cc1b40ee
14 changed files with 1210 additions and 0 deletions

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