gzbruno 9 Posted May 10, 2017 Posted May 10, 2017 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 NET ApiClient Java ApiClient JavaScript ApiClient Swift ApiClient 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
ebr 16169 Posted May 10, 2017 Posted May 10, 2017 Hi. The normal API should give you everything you need to do this. Check the web app dashboard for an example.
gzbruno 9 Posted May 12, 2017 Author Posted May 12, 2017 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now