This topic is locked

Integrating Template Security with Project Security

1/9/2020 7:51:01 AM
PHPRunner General questions
R
rfischerjr authorDevClub member

I just purchased the DocManager Template and want to add it to an existing project.
The existing project has Database security with users table - 'email' is username, 'password' is password and 'full_name' is full name fields.
When I add the DocManager to the project, I did not allow the template to override the project security - the doc_users table was created.
When I log into my project - I am unable to launch DocManager>Files list page from within the project.
How can I use the security on the existing project for DocManager?
Thanks!

Sergey Kornilov admin 1/13/2020

The problem is that doc_users table has some fields with specific names that are required to make DocManager template functional. Making DocManager template use another login table is not possible without changes in the template code.