I know that yetishare generates API key for the admins but i was wondering if anyone is aware where this code actually lives? i want to tweak it so it generates a API key for every user...
i have modified the api\index.php for more functionality but i need the apikey hash generated for all users (users table under apikey column)... the script only generates the hash for admin users but i was wondering if i could tweak the code to generate the hash for all users in the database.. so i wanted to know the location of the file which generates the hash for admin users... i hope this is making sense..