Jump to content

external user creation. posible?


gzbruno

Recommended Posts

gzbruno

Hello, i want to have a web script to be able to add users to my emby server, when i was doing test on my windows pc y found the sqlite database and the table users, where users are stored in json, the password is encripted, maybe md5? but i read a post somewhere and they said if you want to make changes to db better do it with the appi, so i wont mess things around.

To this point i only found 

 

But im looking for a php api to add users, that the only thing i need it to do, maybe also change the password. Would i mess many things around if i enter a new row on sqlite with the same json data? just replacing username and password

Link to comment
Share on other sites

Hi.  The normal API should give you everything you need to do this.  Check the web app dashboard for an example.

Link to comment
Share on other sites

gzbruno

Hi.  The normal API should give you everything you need to do this.  Check the web app dashboard for an example.

 

Sorry, but where can i find this example? im a litlle lost.

 

and what language is this example? can i use php at the backend?

Thank you erb

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...