Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant access /configure #29

Closed
JyskMaker opened this issue Jun 30, 2018 · 3 comments
Closed

Cant access /configure #29

JyskMaker opened this issue Jun 30, 2018 · 3 comments

Comments

@JyskMaker
Copy link

When i trye to acess /configure from the menu, is says login and when i use the default admin/password it wait a littel and then ask for login again, and this dos i over and over again :-)

@dataman
Copy link

dataman commented Jun 30, 2018 via email

@JyskMaker
Copy link
Author

Hi.
This is what is in the settings.h

const int WEBSERVER_PORT = 80; // The port you can access this device on over HTTP
const boolean WEBSERVER_ENABLED = true; // Device will provide a web interface via http://[ip]:[port]/
char* www_username = "admin"; // User account for the Web Interface
char* www_password = "password"; // Password for the Web Interface
float UtcOffset = -7; // Hour offset from GMT for your timezone
boolean IS_24HOUR = true; // 23:00 millitary 24 hour clock
int minutesBetweenDataRefresh = 15;
boolean DISPLAYCLOCK = true; // true = Show Clock when not printing / false = turn off display when not printing

@JyskMaker
Copy link
Author

Don't ask me way, sat www_username = "Admin"
And
www_password = "Password" (Big first letter)
Compiled and uploadet.
And now it works.????

@Qrome Qrome closed this as completed Jun 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants