- Server operating system version
- Ubuntu 20.04
- Plesk version and microupdate number
- not visible in my version : O
Hello im quite inexperienced with this so i hope my question makes sense ,
i am building a website using plesk and php and need a user management page where it is possible for a admin to create new user or new admins directly from the website. Currently, authentication is implemented using HTTP Basic Authentication with an .htpasswd file. However, my client would like to transition to a solution where user and admin accounts can be stored in a database table and managed (added, deleted, etc.) through a PHP page on the website. Normally i would just download the sw-nginx-module-auth-pam module but this didnt work in this application as i cannot find a compatible module, i even tryed to recompile manually nginx with the module source code but couldnt reach a result where it works , am i missing a easier solution to my problem?is it all possible to do this ?
atm im considering to move everything on a bare metal solution im familiar with but that would be a great amount of effort
any help is greatly appreciated
i am building a website using plesk and php and need a user management page where it is possible for a admin to create new user or new admins directly from the website. Currently, authentication is implemented using HTTP Basic Authentication with an .htpasswd file. However, my client would like to transition to a solution where user and admin accounts can be stored in a database table and managed (added, deleted, etc.) through a PHP page on the website. Normally i would just download the sw-nginx-module-auth-pam module but this didnt work in this application as i cannot find a compatible module, i even tryed to recompile manually nginx with the module source code but couldnt reach a result where it works , am i missing a easier solution to my problem?is it all possible to do this ?
atm im considering to move everything on a bare metal solution im familiar with but that would be a great amount of effort
any help is greatly appreciated