K. Frank
2016-05-16 13:08:31 UTC
Hello List!
I am playing around with Wt and wish to experiment with Wt's
account / authentication features, so I am looking at the hangman
example, and running it on line.
https://www.webtoolkit.eu/wt/examples/hangman-game/hangman.wt
It seems that when I click on the high-scores link, I get stuck on
the login page.
I can play the game and I can register a username / password.
This seems to be recognized because the login page detects
both an unknown user and an invalid password when I purposely
give it that. But when I try to go to high scores and give the login
page the correct username and password, it just gives me a clean
login page when I click the Login button. (That is, I get the login
page with none of the fields filled in, highlighted, nor displaying a
validation error.)
This happens on windows 7 on both on a recent (probably latest)
version of chrome, and on a recently-updated ms internet explorer.
What should my expectations be?
I don't really care about playing hangman and seeing the high
scores, but my concern is that when I try to write my own account
registration code modelled on the hangman example, and it doesn't
work, I won't know whether:
1) I've done something wrong
2) there's a bug in the hangman example that I've copied
3) there's a bug in the underlying Wt library
Have I misunderstood how to use the online hangman's login page?
Should I be expecting it to work? Should I be comfortable modelling
my own code after the hangman example, or does it have some known
issues that I should be planning to correct?
Thanks for any advice.
K. Frank
I am playing around with Wt and wish to experiment with Wt's
account / authentication features, so I am looking at the hangman
example, and running it on line.
https://www.webtoolkit.eu/wt/examples/hangman-game/hangman.wt
It seems that when I click on the high-scores link, I get stuck on
the login page.
I can play the game and I can register a username / password.
This seems to be recognized because the login page detects
both an unknown user and an invalid password when I purposely
give it that. But when I try to go to high scores and give the login
page the correct username and password, it just gives me a clean
login page when I click the Login button. (That is, I get the login
page with none of the fields filled in, highlighted, nor displaying a
validation error.)
This happens on windows 7 on both on a recent (probably latest)
version of chrome, and on a recently-updated ms internet explorer.
What should my expectations be?
I don't really care about playing hangman and seeing the high
scores, but my concern is that when I try to write my own account
registration code modelled on the hangman example, and it doesn't
work, I won't know whether:
1) I've done something wrong
2) there's a bug in the hangman example that I've copied
3) there's a bug in the underlying Wt library
Have I misunderstood how to use the online hangman's login page?
Should I be expecting it to work? Should I be comfortable modelling
my own code after the hangman example, or does it have some known
issues that I should be planning to correct?
Thanks for any advice.
K. Frank