API for users

UGCC is an affordable web based control panel for controlling game servers. Works on Windows/Linux/BSDs.
Post Reply
kimdamdev
Posts: 4
Joined: Tue Aug 25, 2015 4:47 am

API for users

Post by kimdamdev »

Hi Brainless.

Is there a API for changing password for the users and profile information.
I know about external login, but i cant find anyting else.

If there is not. Where can I find the password in the mysql database and what type of encryption do you use? Maybe you have some C# code example I can use for the database?

I need to integrate the gamepanel with my own user management and sync the contact infformations.
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: API for users

Post by Masher »

I'll try to get you something in the next couple of days.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
kimdamdev
Posts: 4
Joined: Tue Aug 25, 2015 4:47 am

Re: API for users

Post by kimdamdev »

Sounds great. Thanks.
kimdamdev
Posts: 4
Joined: Tue Aug 25, 2015 4:47 am

Re: API for users

Post by kimdamdev »

a api call to create a user do I also need.
AccelerateServers
Posts: 74
Joined: Mon Mar 02, 2015 4:21 pm

Re: API for users

Post by AccelerateServers »

I would also like this.
AccelerateServers
Posts: 74
Joined: Mon Mar 02, 2015 4:21 pm

Re: API for users

Post by AccelerateServers »

and for the ability to assign a user to the server call
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: API for users

Post by Masher »

A new API call is available in forth coming update that will allow you to set a user's password.

So you'll insert a new record into the table, then make an api call using the new user's ID to set the password.

Then you can use the user's ID to update the owner for the server you'd lke.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply