Invalid password error

For discussion of the Poker Mavens server module and other administration topics
Post Reply
pokeruser
Posts: 6
Joined: Wed Jul 09, 2014 2:08 am

Invalid password error

Post by pokeruser »

Hello when i want login to lobby i get this error!.

how i can solve this isssue?

i dont see this error in help files.
Attachments
pass.PNG
pass.PNG (24.28 KiB) Viewed 7796 times
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Invalid password error

Post by Kent Briggs »

You are not entering the correct password for the player account that you typed in. Is this your site? Did you create a player account?
pokeruser
Posts: 6
Joined: Wed Jul 09, 2014 2:08 am

Re: Invalid password error

Post by pokeruser »

yes it is my site, and i put correct password, it is test test
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Invalid password error

Post by Kent Briggs »

pokeruser wrote:yes it is my site, and i put correct password, it is test test
Go into the server program:

Click the Accounts tab.
Double-click the test account.
Double-click the "Password hash" setting.
Type in the password and click the Verify Only button.

Does it show "Password is correct"? If not, then that was not the password you used for that account.

To change the password, type it again and click the "Create Hash" button.
pokeruser
Posts: 6
Joined: Wed Jul 09, 2014 2:08 am

Re: Invalid password error

Post by pokeruser »

afther verify, i see password is correct message, also i changed password to another key and created hash, but still i get invalid password!


if i login with Login button on mavens it will be ok!
Attachments
ek.PNG
ek.PNG (32.5 KiB) Viewed 7790 times
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Invalid password error

Post by Kent Briggs »

pokeruser wrote:if i login with Login button on mavens it will be ok!
So how are you trying to log in if you aren't using the built in Login button? Are you using url parameters? If so, show the URL.
pokeruser
Posts: 6
Joined: Wed Jul 09, 2014 2:08 am

Re: Invalid password error

Post by pokeruser »

yes we dont use direct login to mavens, and it is with website with AccountsSessionKey.

did you need source code?

or i can send you web site and user password to see it.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Invalid password error

Post by Kent Briggs »

pokeruser wrote:yes we dont use direct login to mavens, and it is with website with AccountsSessionKey.
You should have mentioned that from the beginning. Sessions keys don't involve passwords at all so you must not be creating a correct URL for the player to use. See the "Startup Parameters" topic in the help file. It should look something like this:

http://12.34.56.789:8087?LoginName=Aces ... ABCDEF1234

Show me the URL you are using that is causing that invalid password message. I bet it's missing the SessionKey parameter.
Post Reply