new accounts

For general discussion of the Poker Mavens software
Post Reply
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

new accounts

Post by mike123 »

Hello, i need a simple form to give to the admins to create New accounts.

i removed the "create new account" from my game.

i need to limit it

so only administrators can create new accounts

but not from the server or http://xxx.xxx.xxx.xx:8087/admin

thank you.
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

Re: new accounts

Post by mike123 »

i need to give the ability to create new accounts to someone. without lettin him know the administration password
ty
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: new accounts

Post by Kent Briggs »

mike123 wrote:Hello, i need a simple form to give to the admins to create New accounts.
There's a Create New Account example in PHP on the API examples page:

http://www.briggsoft.com/docs/pmavens/API_Examples.htm
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: new accounts

Post by Kent Briggs »

mike123 wrote:i need to give the ability to create new accounts to someone. without lettin him know the administration password
ty
Put a special administrator password box in your form and have your PHP code check it before calling the API function. Or just put the code on a password-protected web page that only your admins can access.
mike123
Posts: 72
Joined: Tue Feb 16, 2010 7:30 am

Re: new accounts

Post by mike123 »

ok kent thanks for the code. i made it with php
Post Reply