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...
Read more
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...
Read more